Make zippy a compute node.

This commit is contained in:
2024-07-25 14:04:19 +01:00
parent 7d63e71646
commit 9952890751
4 changed files with 3 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ in
client_addr = "0.0.0.0";
datacenter = "alo";
server = server_enabled;
bootstrap_expect = (builtins.length servers + 2) / 2;
bootstrap_expect = if server_enabled then (builtins.length servers + 2) / 2 else null;
retry_join = builtins.filter (elem: elem != config.networking.hostName) servers;
telemetry = {
prometheus_retention_time = "24h";