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;