diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-10-11 13:13:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-10-11 13:13:28 +0200 |
commit | 5e1b747d88f8267bd51315a81835199168f0b899 (patch) | |
tree | b80eb00ddbfca34d962837258bdb9a5778945380 | |
parent | 5420ac5a2ebfaf20676ec0b4cf3ca56271ca70c0 (diff) | |
download | nixos-5e1b747d88f8267bd51315a81835199168f0b899.tar nixos-5e1b747d88f8267bd51315a81835199168f0b899.tar.gz nixos-5e1b747d88f8267bd51315a81835199168f0b899.tar.bz2 nixos-5e1b747d88f8267bd51315a81835199168f0b899.tar.xz nixos-5e1b747d88f8267bd51315a81835199168f0b899.zip |
Types
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ in rec { | |||
162 | interfaces."ens3" = { | 162 | interfaces."ens3" = { |
163 | useDHCP = true; | 163 | useDHCP = true; |
164 | ipv6Address = "2a03:4000:6:d004::"; | 164 | ipv6Address = "2a03:4000:6:d004::"; |
165 | ipv6PrefixLength = "64"; | 165 | ipv6PrefixLength = 64; |
166 | }; | 166 | }; |
167 | dnsExtensionMechanism = true; | 167 | dnsExtensionMechanism = true; |
168 | nameservers = [ "::1" "127.0.0.1" "10.141.1.1" "8.8.8.8" "8.8.4.4" ]; | 168 | nameservers = [ "::1" "127.0.0.1" "10.141.1.1" "8.8.8.8" "8.8.4.4" ]; |