nix-config/modules/unix/printing.nix
2025-12-06 16:56:26 +01:00

10 lines
140 B
Nix

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