From 3d5731586782868d4bc099bf05f1698fd9134dc6 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 7 Dec 2023 10:32:11 +0100 Subject: [PATCH] fix resolv --- hosts/fw.cloonar.com/modules/networking.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/networking.nix b/hosts/fw.cloonar.com/modules/networking.nix index e4b7988..fd96ec7 100644 --- a/hosts/fw.cloonar.com/modules/networking.nix +++ b/hosts/fw.cloonar.com/modules/networking.nix @@ -20,21 +20,11 @@ }; }; - services.resolved = { - enable = true; - # dnssec = "true"; - domains = [ "~." ]; - fallbackDns = [ "10.42.97.10" ]; - # extraConfig = '' - # DNSOverTLS=yes - # ''; - }; - networking = { useDHCP = false; # Define VLANS nameservers = [ "10.42.97.10" ]; - resolvconf.enable = false; + # resolvconf.enable = false; vlans = { infrastructure = { id = 101;