diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-05-30 10:12:48 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-05-30 10:12:48 +0200 |
commit | 02bdc5a0c0d5f890e3b2fad9a352e9658a969380 (patch) | |
tree | 7b49eefca5dbbcd97bbc73fda05e6b895fe08374 /cluster/staging/node | |
parent | 726f4b2f323c090bfe14604dac4349763689eb78 (diff) | |
download | nixcfg-02bdc5a0c0d5f890e3b2fad9a352e9658a969380.tar.gz nixcfg-02bdc5a0c0d5f890e3b2fad9a352e9658a969380.zip |
Move piranha to new network
Diffstat (limited to 'cluster/staging/node')
-rw-r--r-- | cluster/staging/node/piranha.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/staging/node/piranha.nix b/cluster/staging/node/piranha.nix index 5783e6a..2dc0677 100644 --- a/cluster/staging/node/piranha.nix +++ b/cluster/staging/node/piranha.nix @@ -9,8 +9,8 @@ boot.loader.efi.canTouchEfiVariables = true; deuxfleurs.hostName = "piranha"; - deuxfleurs.staticIPv4.address = "192.168.1.25"; - deuxfleurs.staticIPv6.address = "2a01:cb05:911e:ec00:223:24ff:feb0:ea82"; + deuxfleurs.staticIPv4.address = "192.168.5.25"; + deuxfleurs.staticIPv6.address = "2001:912:1ac0:2200::25"; system.stateVersion = "22.11"; } |