nix-config/nixos/common/printing.nix
2024-08-24 14:25:45 +02:00

10 lines
140 B
Nix

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