From b6bd649e4559ce1f2651a090cf1ad6ee0519d97c Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 12 Mar 2021 21:07:45 +0100 Subject: [PATCH] dn42, dnscache: remove outdated nameservers --- hosts/containers/dn42/default.nix | 1 - hosts/containers/dnscache/configuration.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/hosts/containers/dn42/default.nix b/hosts/containers/dn42/default.nix index 39f31073..2401ee0b 100644 --- a/hosts/containers/dn42/default.nix +++ b/hosts/containers/dn42/default.nix @@ -7,7 +7,6 @@ let in { networking = { hostName = "dn42"; - nameservers = [ "172.20.72.6" "172.20.72.10" ]; useNetworkd = true; # No Firewalling! firewall.enable = false; diff --git a/hosts/containers/dnscache/configuration.nix b/hosts/containers/dnscache/configuration.nix index bd449d45..1aae9ac4 100644 --- a/hosts/containers/dnscache/configuration.nix +++ b/hosts/containers/dnscache/configuration.nix @@ -26,8 +26,6 @@ }]; networking.defaultGateway = "172.20.73.1"; services.resolved.enable = false; - networking.nameservers = - [ "172.20.73.8" "172.20.72.6" "172.20.72.10" "9.9.9.9" ]; # Set your time zone. time.timeZone = "Europe/Berlin";