From 25d2dcd40199d4b46e015fc45df4655e808d8a5b Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 24 Dec 2024 21:23:55 +0100 Subject: [PATCH] Loki: enable avahi --- instances/loki/configuration.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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"; };