Configure printing on marauder
This commit is contained in:
parent
09a1cc5a26
commit
572cca2dd9
2 changed files with 13 additions and 0 deletions
12
hosts/marauder/printing.nix
Normal file
12
hosts/marauder/printing.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.printing = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue