diff --git a/instances/sif/configuration.nix b/instances/sif/configuration.nix index 269ed22..7d2b03b 100644 --- a/instances/sif/configuration.nix +++ b/instances/sif/configuration.nix @@ -262,21 +262,21 @@ }; tumbler.enable = true; # tlp.enable = false; - # avahi = { - # enable = true; - # openFirewall = true; - # nssmdns4 = true; - # publish = { - # enable = true; - # addresses = true; - # domain = true; - # userServices = true; - # workstation = true; - # }; - # extraServiceFiles = { - # ssh = "${pkgs.avahi}/etc/avahi/services/ssh.service"; - # }; - # }; + avahi = { + enable = true; + openFirewall = true; + nssmdns4 = true; + publish = { + enable = true; + addresses = true; + domain = true; + userServices = true; + workstation = true; + }; + extraServiceFiles = { + ssh = "${pkgs.avahi}/etc/avahi/services/ssh.service"; + }; + }; # Power-profiles power-profiles-daemon.enable = true; fprintd = {