diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-01 20:44:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-01 20:44:28 +0100 |
commit | d588764748f00d1b96fe6bc6873ff0b0fc4e11a4 (patch) | |
tree | d0798989775a0b2fbc612355058f94ddbd2b02c8 /cluster/staging/node | |
parent | 3847c081817d93e75ec9ef8d53d2961e13df74c3 (diff) | |
download | nixcfg-d588764748f00d1b96fe6bc6873ff0b0fc4e11a4.tar.gz nixcfg-d588764748f00d1b96fe6bc6873ff0b0fc4e11a4.zip |
don't rotate grafana password
Diffstat (limited to 'cluster/staging/node')
-rw-r--r-- | cluster/staging/node/caribou.nix | 2 | ||||
-rw-r--r-- | cluster/staging/node/piranha.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix index 02cb16d..f777e73 100644 --- a/cluster/staging/node/caribou.nix +++ b/cluster/staging/node/caribou.nix @@ -15,7 +15,7 @@ deuxfleurs.ipv6 = "2001:910:1204:1::23"; deuxfleurs.cluster_ip = "10.14.1.3"; - deuxfleurs.is_raft_server = true; + deuxfleurs.is_raft_server = false; system.stateVersion = "21.05"; } diff --git a/cluster/staging/node/piranha.nix b/cluster/staging/node/piranha.nix index 22f8108..bda7c1f 100644 --- a/cluster/staging/node/piranha.nix +++ b/cluster/staging/node/piranha.nix @@ -15,7 +15,7 @@ deuxfleurs.ipv6 = "2a01:cb05:8984:3c00:223:24ff:feb0:ea82"; deuxfleurs.cluster_ip = "10.14.3.1"; - deuxfleurs.is_raft_server = false; + deuxfleurs.is_raft_server = true; system.stateVersion = "22.11"; } |