nix-config/hosts/common/printers.nix

10 lines
145 B
Nix
Raw Normal View History

2024-05-13 21:28:00 +02:00
{ pkgs, ... }:
{
services.printing.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}