nix-config/hosts/common/printers.nix
2024-05-13 21:33:40 +02:00

10 lines
145 B
Nix

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