nix-config/nixos/common/printing.nix
2024-09-22 10:56:59 +02:00

9 lines
140 B
Nix

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