From dfa462c0e6cc063e280293afa12710523c012c79 Mon Sep 17 00:00:00 2001 From: oddlama Date: Sun, 27 Apr 2025 21:46:23 +0200 Subject: [PATCH] chore: disable mdns globally in systemd since we use avahi --- config/resolved.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/resolved.nix b/config/resolved.nix index d7e3c2b..56d164a 100644 --- a/config/resolved.nix +++ b/config/resolved.nix @@ -11,6 +11,7 @@ llmnr = "false"; extraConfig = '' Domains=~. + MulticastDNS=false ''; }; }