nixos-config/nixos/modules/printing.nix

11 lines
144 B
Nix
Raw Normal View History

2024-08-28 17:42:59 +03:00
{
services = {
printing.enable = true;
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
};
}