diff --git a/instances/loki/configuration.nix b/instances/loki/configuration.nix index a798c63..bb36964 100644 --- a/instances/loki/configuration.nix +++ b/instances/loki/configuration.nix @@ -81,21 +81,21 @@ in time.timeZone = "Europe/Rome"; services = { - # 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"; + }; + }; # bazarr = { enable = true; openFirewall = true; group = "users"; }; blueman.enable = true; dbus = { packages = [ pkgs.dconf ]; implementation = "broker"; };