system: printing
This commit is contained in:
parent
a1bafd7863
commit
9ae4e68348
@ -11,5 +11,6 @@
|
|||||||
./trim.nix
|
./trim.nix
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./vpn.nix
|
./vpn.nix
|
||||||
|
./printing.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
10
nixos/modules/printing.nix
Normal file
10
nixos/modules/printing.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
services = {
|
||||||
|
printing.enable = true;
|
||||||
|
avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns4 = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user