Maybe fix hydra DNS

This commit is contained in:
Emery Hemingway 2019-10-01 17:52:21 +02:00
parent 2b266f8ab4
commit 6c7822b7b8
1 changed files with 3 additions and 2 deletions

View File

@ -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;