From 6c7822b7b89d57fb48a4cf0ac5ff514909908bcd Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 1 Oct 2019 17:52:21 +0200 Subject: [PATCH] Maybe fix hydra DNS --- hosts/hydra/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/hydra/configuration.nix b/hosts/hydra/configuration.nix index 327fc5e0..73633444 100644 --- a/hosts/hydra/configuration.nix +++ b/hosts/hydra/configuration.nix @@ -30,8 +30,9 @@ }; networking.hostName = "192"; - networking.useNetworkd = true; - networking.nameservers = [ "172.20.73.8" ]; + + networking.useHostResolvConf = true; + # caused problems on this host -- Astro 2019-09-08 services.resolved.enable = false;