aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/node
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-01 20:44:28 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-01 20:44:28 +0100
commitd588764748f00d1b96fe6bc6873ff0b0fc4e11a4 (patch)
treed0798989775a0b2fbc612355058f94ddbd2b02c8 /cluster/staging/node
parent3847c081817d93e75ec9ef8d53d2961e13df74c3 (diff)
downloadnixcfg-d588764748f00d1b96fe6bc6873ff0b0fc4e11a4.tar.gz
nixcfg-d588764748f00d1b96fe6bc6873ff0b0fc4e11a4.zip
don't rotate grafana password
Diffstat (limited to 'cluster/staging/node')
-rw-r--r--cluster/staging/node/caribou.nix2
-rw-r--r--cluster/staging/node/piranha.nix2
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";
}