From cbd88cadc5ab233150c2a6ff8fd9adba4fe75849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sat, 21 Dec 2024 15:34:11 +0200 Subject: [PATCH] Remove mDNS --- base.nix | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/base.nix b/base.nix index 35f946e..98542b0 100644 --- a/base.nix +++ b/base.nix @@ -161,28 +161,9 @@ networking = { # Easiest to use and most distros use this by default. - networkmanager = { - enable = true; - connectionConfig."connection.mdns" = "yes"; - }; + networkmanager.enable = true; tempAddresses = "disabled"; }; - # Config for Avahi mDNS service - services.avahi = { - enable = true; - wideArea = false; - ipv6 = true; - domainName = "vsinerva.fi"; - browseDomains = [ "vsinerva.fi" ]; - nssmdns4 = true; - nssmdns6 = true; - openFirewall = true; - publish = { - enable = true; - addresses = true; - domain = true; - }; - }; users.mutableUsers = false; # Force all user management to happen throught nix-files