diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 454fcc6..fe9fdfd 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -17,6 +17,11 @@ thermald.enable = true; auto-cpufreq.enable = true; printing.enable = true; + avahi = { + enable = true; + nssmdns4 = true; + openFirewall = true; + }; }; modules = {