feat(shared/nixos): add avahi service to enable ipp everywhere

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-03-15 12:33:55 -03:00
parent 2501f0b8a4
commit 3f4728de40
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -56,6 +56,14 @@
# Enable CUPS to print documents.
services.printing.enable = true;
# And the service that enables IPP Everywhere
services.avahi = {
enable = true;
nssmdns4 = true;
nssmdns6 = true;
openFirewall = true;
};
# Enable the OpenSSH daemon.
services.openssh = {
enable = true;