From f69914af2e93d25dcf76c014a4cddf9d3d7d3c40 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 18 Feb 2024 17:04:00 +0100 Subject: [PATCH] Avahi: disable everywhere --- instances/freya/configuration.nix | 26 ++++++++++----------- instances/odin/common_configuration.nix | 30 ++++++++++++------------- instances/thor/configuration.nix | 30 ++++++++++++------------- 3 files changed, 43 insertions(+), 43 deletions(-) diff --git a/instances/freya/configuration.nix b/instances/freya/configuration.nix index e940c2d..8417a96 100644 --- a/instances/freya/configuration.nix +++ b/instances/freya/configuration.nix @@ -57,19 +57,19 @@ in ''; services = { - avahi = { - enable = true; - openFirewall = true; - nssmdns = 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; + # nssmdns = 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/odin/common_configuration.nix b/instances/odin/common_configuration.nix index 9a222b2..90eaf4b 100644 --- a/instances/odin/common_configuration.nix +++ b/instances/odin/common_configuration.nix @@ -245,21 +245,21 @@ }; tumbler.enable = true; # tlp.enable = false; - avahi = { - enable = true; - openFirewall = true; - nssmdns = 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; + # nssmdns = 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 8b13318..718ee26 100644 --- a/instances/thor/configuration.nix +++ b/instances/thor/configuration.nix @@ -134,21 +134,21 @@ time.timeZone = "Europe/Rome"; services = { - avahi = { - enable = true; - openFirewall = true; - nssmdns = 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; + # nssmdns = 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;