summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index cc5c01dc..07b69ca4 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -192,7 +192,7 @@ in rec {
192 enableIPv6 = true; 192 enableIPv6 = true;
193 interfaces."ens3" = { 193 interfaces."ens3" = {
194 useDHCP = true; 194 useDHCP = true;
195 ipv6.addresses = [ 195 ip6 = [
196 { address = "2a03:4000:6:d004::"; 196 { address = "2a03:4000:6:d004::";
197 prefixLength = 64; 197 prefixLength = 64;
198 } 198 }