added printer.nix
This commit is contained in:
7
printer.nix
Normal file
7
printer.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
# Enable CUPS to print documents.
|
||||
|
||||
services.printing.enable = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user