nixos-config/nixos/services/avahi.service.nix
Zhongheng Liu 5a2116572d
feat: included additional system components
Moved proxy declaration to specialisation
Enabled avahi
Enabled CUPS printing services
2024-08-25 18:43:16 +08:00

7 lines
101 B
Nix

{...}: {
services.avahi = {
enable = true;
nssmdns = true;
openFirewall = true;
};
}