summaryrefslogtreecommitdiff
path: root/Biz/Dev
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-03-30 15:32:58 -0400
committerBen Sima <ben@bsima.me>2021-03-30 15:32:58 -0400
commitdb196536453668d2b07bb1456ebe842b3059fa4f (patch)
tree819ff812c7de915a45d3f4fc7fc0d12c470850af /Biz/Dev
parent4319b76257df95bc3e6edbc10c161af1bc59a98a (diff)
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.
Diffstat (limited to 'Biz/Dev')
-rw-r--r--Biz/Dev/Configuration.nix1
1 files changed, 1 insertions, 0 deletions
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" ];