From 7d6e2dd76fc9e1a87373ae68f9d151b8bc15ecd3 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 21 Nov 2024 14:53:44 +0100 Subject: [PATCH] Disable AVAHI --- instances/freya/configuration.nix | 26 ++++++++++----------- instances/loki/configuration.nix | 30 ++++++++++++------------- instances/odin/common_configuration.nix | 30 ++++++++++++------------- instances/sif/configuration.nix | 30 ++++++++++++------------- instances/thor/configuration.nix | 30 ++++++++++++------------- 5 files changed, 73 insertions(+), 73 deletions(-) diff --git a/instances/freya/configuration.nix b/instances/freya/configuration.nix index 4ea2b53..cea72a8 100644 --- a/instances/freya/configuration.nix +++ b/instances/freya/configuration.nix @@ -77,19 +77,19 @@ in ''; 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"; + # }; blueman.enable = true; dbus.packages = [ pkgs.dconf ]; gnome.gnome-keyring.enable = true; diff --git a/instances/loki/configuration.nix b/instances/loki/configuration.nix index 0ae09b4..6d29bbd 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 = { diff --git a/instances/odin/common_configuration.nix b/instances/odin/common_configuration.nix index 3ca85c0..25d260b 100644 --- a/instances/odin/common_configuration.nix +++ b/instances/odin/common_configuration.nix @@ -288,21 +288,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 = { diff --git a/instances/sif/configuration.nix b/instances/sif/configuration.nix index 0e88b88..83ea4b5 100644 --- a/instances/sif/configuration.nix +++ b/instances/sif/configuration.nix @@ -287,21 +287,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 = { diff --git a/instances/thor/configuration.nix b/instances/thor/configuration.nix index d07e01d..a74146c 100644 --- a/instances/thor/configuration.nix +++ b/instances/thor/configuration.nix @@ -181,21 +181,21 @@ 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"; + # }; + # }; blueman.enable = true; # clamav = { # daemon.enable = true;