From 814656552a433f5f5ca188966a0322b275273cb9 Mon Sep 17 00:00:00 2001 From: lilly <li@lly.sh> Date: Mon, 10 Mar 2025 23:09:02 +0100 Subject: [PATCH] disable systemd-resolved on auth-dns --- systems/auth-dns.noc.eh22.intern.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/auth-dns.noc.eh22.intern.nix b/systems/auth-dns.noc.eh22.intern.nix index e730cbd..f0c9f71 100644 --- a/systems/auth-dns.noc.eh22.intern.nix +++ b/systems/auth-dns.noc.eh22.intern.nix @@ -65,6 +65,7 @@ in }; # configure remaining network to work + services.resolved.enable = false; networking.firewall = { allowedTCPPorts = [ 53 ]; allowedUDPPorts = [ 53 ];