From 2b03a25395035bf44165400c8e52ae8495635bc9 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 1 Apr 2019 19:05:29 +0200 Subject: [PATCH] dhcp: update networking.nameservers, update conf --- hosts/storage-ng/dhcp/configuration.nix | 2 +- secrets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/storage-ng/dhcp/configuration.nix b/hosts/storage-ng/dhcp/configuration.nix index a24cfd7a..00610794 100644 --- a/hosts/storage-ng/dhcp/configuration.nix +++ b/hosts/storage-ng/dhcp/configuration.nix @@ -8,7 +8,7 @@ networking.hostName = "dhcp"; networking.defaultGateway = "172.22.99.1"; - networking.nameservers = [ "172.20.72.6" ]; + networking.nameservers = [ "172.20.72.6" "172.20.72.10" ]; networking.interfaces.eth0 = { ipv4.addresses = [ { address = "172.22.99.254"; diff --git a/secrets b/secrets index 01dcefd9..57621eb0 160000 --- a/secrets +++ b/secrets @@ -1 +1 @@ -Subproject commit 01dcefd917931d4c6f729e05d5e5f76060cfebc9 +Subproject commit 57621eb036ccaee2ea1af85b31abe93526fd0e79