From 51380a393515d41304ee455e3c7938cc6c79fb77 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 28 Jul 2019 01:10:03 +0200 Subject: [PATCH] dhcp: use dnscache.serv.zentralwerk.org --- hosts/containers/dhcp/configuration.nix | 2 +- secrets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/containers/dhcp/configuration.nix b/hosts/containers/dhcp/configuration.nix index 7f758e5f..a3d9942d 100644 --- a/hosts/containers/dhcp/configuration.nix +++ b/hosts/containers/dhcp/configuration.nix @@ -9,7 +9,7 @@ networking.hostName = "dhcp"; networking.defaultGateway = "172.22.99.1"; - networking.nameservers = [ "172.20.72.6" "172.20.72.10" ]; + networking.nameservers = [ ""172.20.73.8" "172.20.72.6" "172.20.72.10" "9.9.9.9" ]; networking.interfaces.eth0 = { ipv4.addresses = [ { address = "172.22.99.254"; diff --git a/secrets b/secrets index 573ca8e7..48df58f2 160000 --- a/secrets +++ b/secrets @@ -1 +1 @@ -Subproject commit 573ca8e7120de6fe36af90dace36f9222c155cec +Subproject commit 48df58f2dd27d3b2e250e6d88f573baccf393580