aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/node/origan.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-04-05 13:20:17 +0200
committerAlex Auvolat <alex@adnab.me>2023-04-05 13:27:18 +0200
commitdec4ea479d47d3337df8e45c732a628051a65ea2 (patch)
tree3b925182479610636d94c507fbfc9717cd4c96bf /cluster/staging/node/origan.nix
parentcb8d7e92d2aa2950fa403ff8e2ec2a9a31b48b32 (diff)
downloadnixcfg-dec4ea479d47d3337df8e45c732a628051a65ea2.tar.gz
nixcfg-dec4ea479d47d3337df8e45c732a628051a65ea2.zip
Allow for IPv6 with RA disabled by manually providing gateway
Diffstat (limited to 'cluster/staging/node/origan.nix')
-rw-r--r--cluster/staging/node/origan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/node/origan.nix b/cluster/staging/node/origan.nix
index d900fd6..6906f4d 100644
--- a/cluster/staging/node/origan.nix
+++ b/cluster/staging/node/origan.nix
@@ -10,7 +10,7 @@
deuxfleurs.hostName = "origan";
deuxfleurs.staticIPv4.address = "192.168.1.33/24";
- deuxfleurs.ipv6Address = "2a01:e0a:5e4:1d0:223:24ff:feaf:fdec";
+ deuxfleurs.staticIPv6.address = "2a01:e0a:5e4:1d0:223:24ff:feaf:fdec";
deuxfleurs.isRaftServer = true;
system.stateVersion = "22.11";