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;