hosts/okina: add avahi daemon for printer discovery (for now)

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-04 19:30:16 +05:30
parent 570bafce6a
commit ca1ea8f701

View File

@@ -13,6 +13,11 @@
enable = true;
drivers = [ pkgs.hplip ];
};
avahi = lib.mkIf config.services.printing.enable {
enable = true;
nssmdns = true;
openFirewall = true;
};
};
systemd.services = {