summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index ad63868c..95400d3a 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -161,6 +161,8 @@ in rec {
161 enableIPv6 = true; 161 enableIPv6 = true;
162 interfaces."ens3" = { 162 interfaces."ens3" = {
163 useDHCP = true; 163 useDHCP = true;
164 ipv6Address = "2a03:4000:6:d004::";
165 ipv6PrefixLength = "64";
164 }; 166 };
165 dnsExtensionMechanism = true; 167 dnsExtensionMechanism = true;
166 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" ];