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 96bb471d..cad7fad5 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -193,7 +193,7 @@ in rec {
193 enableIPv6 = true; 193 enableIPv6 = true;
194 interfaces."ens3" = { 194 interfaces."ens3" = {
195 useDHCP = true; 195 useDHCP = true;
196 ip6 = [ 196 ipv6.addresses = [
197 { address = "2a03:4000:6:d004::"; 197 { address = "2a03:4000:6:d004::";
198 prefixLength = 64; 198 prefixLength = 64;
199 } 199 }