nixos-config/nixos/modules/printing.nix
2024-10-01 15:32:05 +03:00

11 lines
144 B
Nix

{
services = {
printing.enable = true;
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
};
}