summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 21:32:10 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 21:32:10 +0100
commit8474115381eb1c3064beb3147268cc4e45c9c94a (patch)
treee72d5120e51cf4c6fb76bb954fa5e51473f6ac31
parent579807e39031617f1a8a206dadda994eeb6b6430 (diff)
downloadnixos-8474115381eb1c3064beb3147268cc4e45c9c94a.tar
nixos-8474115381eb1c3064beb3147268cc4e45c9c94a.tar.gz
nixos-8474115381eb1c3064beb3147268cc4e45c9c94a.tar.bz2
nixos-8474115381eb1c3064beb3147268cc4e45c9c94a.tar.xz
nixos-8474115381eb1c3064beb3147268cc4e45c9c94a.zip
numeric localhost
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 1a95697c..cd84d95e 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -158,7 +158,7 @@ in rec {
158 ipv6PrefixLength = 64; 158 ipv6PrefixLength = 64;
159 }; 159 };
160 dnsExtensionMechanism = true; 160 dnsExtensionMechanism = true;
161 nameservers = [ "localhost" "10.141.1.1" "8.8.8.8" "8.8.4.4" ]; 161 nameservers = [ "::1" "127.0.0.1" "10.141.1.1" "8.8.8.8" "8.8.4.4" ];
162 domain = "niflheim.yggdrasil"; 162 domain = "niflheim.yggdrasil";
163 search = [ "niflheim.yggdrasil" "yggdrasil" "asgard.yggdrasil" ]; 163 search = [ "niflheim.yggdrasil" "yggdrasil" "asgard.yggdrasil" ];
164 }; 164 };