diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 21:32:10 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 21:32:10 +0100 |
commit | 8474115381eb1c3064beb3147268cc4e45c9c94a (patch) | |
tree | e72d5120e51cf4c6fb76bb954fa5e51473f6ac31 | |
parent | 579807e39031617f1a8a206dadda994eeb6b6430 (diff) | |
download | nixos-8474115381eb1c3064beb3147268cc4e45c9c94a.tar nixos-8474115381eb1c3064beb3147268cc4e45c9c94a.tar.gz nixos-8474115381eb1c3064beb3147268cc4e45c9c94a.tar.bz2 nixos-8474115381eb1c3064beb3147268cc4e45c9c94a.tar.xz nixos-8474115381eb1c3064beb3147268cc4e45c9c94a.zip |
numeric localhost
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | }; |