From db196536453668d2b07bb1456ebe842b3059fa4f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 30 Mar 2021 15:32:58 -0400 Subject: Manually specify nameservers My router's DNS service likes to die, then I can't lookup any names, so let's just use the public ones. --- Biz/Dev/Configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Biz') diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix index 8b48a9c..60c222a 100644 --- a/Biz/Dev/Configuration.nix +++ b/Biz/Dev/Configuration.nix @@ -12,6 +12,7 @@ let }; in { networking = { + nameservers = [ "1.1.1.1" "8.8.8.8" ]; hostName = "lithium"; hosts = { "::1" = [ "localhost" "ipv6-localhost" "ipv6-loopback" ]; -- cgit v1.2.3