diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-05 14:04:11 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-05 14:04:11 +0200 |
commit | 16422d280959808aff1670a066788e98049f42b7 (patch) | |
tree | 695288d468b57b442f59bc9bf9da3e7276ff4c98 /cluster/staging/node | |
parent | bb25797d2f164f3f0f3c81a492e8f6e7fe1fd232 (diff) | |
download | nixcfg-16422d280959808aff1670a066788e98049f42b7.tar.gz nixcfg-16422d280959808aff1670a066788e98049f42b7.zip |
introduce back static ipv4 prefix lenght but with default value
Diffstat (limited to 'cluster/staging/node')
-rw-r--r-- | cluster/staging/node/df-pw5.nix | 2 | ||||
-rw-r--r-- | cluster/staging/node/origan.nix | 2 | ||||
-rw-r--r-- | cluster/staging/node/piranha.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cluster/staging/node/df-pw5.nix b/cluster/staging/node/df-pw5.nix index e1a132c..2f20f1c 100644 --- a/cluster/staging/node/df-pw5.nix +++ b/cluster/staging/node/df-pw5.nix @@ -10,7 +10,7 @@ boot.loader.timeout = 20; deuxfleurs.hostName = "df-pw5"; - deuxfleurs.staticIPv4.address = "192.168.5.130/24"; + deuxfleurs.staticIPv4.address = "192.168.5.130"; deuxfleurs.staticIPv6.address = "2a02:a03f:6510:5102:223:24ff:feb0:e8a7"; system.stateVersion = "22.11"; diff --git a/cluster/staging/node/origan.nix b/cluster/staging/node/origan.nix index 6906f4d..49ecbbf 100644 --- a/cluster/staging/node/origan.nix +++ b/cluster/staging/node/origan.nix @@ -9,7 +9,7 @@ boot.loader.efi.canTouchEfiVariables = true; deuxfleurs.hostName = "origan"; - deuxfleurs.staticIPv4.address = "192.168.1.33/24"; + deuxfleurs.staticIPv4.address = "192.168.1.33"; deuxfleurs.staticIPv6.address = "2a01:e0a:5e4:1d0:223:24ff:feaf:fdec"; deuxfleurs.isRaftServer = true; diff --git a/cluster/staging/node/piranha.nix b/cluster/staging/node/piranha.nix index bc1aa03..896f169 100644 --- a/cluster/staging/node/piranha.nix +++ b/cluster/staging/node/piranha.nix @@ -9,7 +9,7 @@ boot.loader.efi.canTouchEfiVariables = true; deuxfleurs.hostName = "piranha"; - deuxfleurs.staticIPv4.address = "192.168.1.25/24"; + deuxfleurs.staticIPv4.address = "192.168.1.25"; deuxfleurs.staticIPv6.address = "2a01:cb05:9142:7400:223:24ff:feb0:ea82"; deuxfleurs.isRaftServer = true; |