aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/node/dahlia.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-06-12 13:41:34 +0200
committerAlex Auvolat <alex@adnab.me>2023-06-12 13:41:34 +0200
commite06d6b14a318fcaa737f9c61aa8eecd24eecd2c0 (patch)
tree7bac9f9028b3324fdf559cf702b9ce2e1970f239 /cluster/prod/node/dahlia.nix
parente71ca8fe11f51f1aaae770386565cafbdc8ec512 (diff)
downloadnixcfg-e06d6b14a318fcaa737f9c61aa8eecd24eecd2c0.tar.gz
nixcfg-e06d6b14a318fcaa737f9c61aa8eecd24eecd2c0.zip
add ananas, set it raft server instead of dahlia
Diffstat (limited to 'cluster/prod/node/dahlia.nix')
-rw-r--r--cluster/prod/node/dahlia.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/cluster/prod/node/dahlia.nix b/cluster/prod/node/dahlia.nix
index ee9e7aa..121a34d 100644
--- a/cluster/prod/node/dahlia.nix
+++ b/cluster/prod/node/dahlia.nix
@@ -10,5 +10,4 @@
deuxfleurs.hostName = "dahlia";
deuxfleurs.staticIPv4.address = "192.168.1.11";
deuxfleurs.staticIPv6.address = "2a01:e0a:28f:5e60::11";
- deuxfleurs.isRaftServer = true;
}