From 2158436497c15b2e9c84b0478665e221e748105a Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 30 Nov 2019 22:45:22 +0100 Subject: [PATCH] mucbot: add networking.nameservers --- hosts/containers/mucbot/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/containers/mucbot/configuration.nix b/hosts/containers/mucbot/configuration.nix index 5fee7344..44855fc4 100644 --- a/hosts/containers/mucbot/configuration.nix +++ b/hosts/containers/mucbot/configuration.nix @@ -15,6 +15,7 @@ in networking.useNetworkd = true; networking.useDHCP = false; networking.interfaces.eth0.useDHCP = true; + networking.nameservers = [ "172.20.73.8" "172.20.72.6" "172.20.72.10" "9.9.9.9" ]; services.resolved.enable = false; services.tigger = {