aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/cluster.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-04-21 11:29:15 +0200
committerAlex Auvolat <alex@adnab.me>2023-04-21 11:29:15 +0200
commita9e9149739597dc287cff364437fffd1d886ccf7 (patch)
treeb30f2b9196398820c60b544eaa3c53332d81fb44 /cluster/prod/cluster.nix
parent529480b133c5ee9197c6ca3f400a22d4579dfd17 (diff)
downloadnixcfg-a9e9149739597dc287cff364437fffd1d886ccf7.tar.gz
nixcfg-a9e9149739597dc287cff364437fffd1d886ccf7.zip
Fix unbound; remove Nixos firewall (use only diplonat)
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r--cluster/prod/cluster.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix
index cbeed8f..ea3bdec 100644
--- a/cluster/prod/cluster.nix
+++ b/cluster/prod/cluster.nix
@@ -6,7 +6,7 @@
# The IP range to use for the Wireguard overlay of this cluster
deuxfleurs.clusterPrefix = "10.83.0.0/16";
- deuxfleurs.cluster_nodes = {
+ deuxfleurs.clusterNodes = {
"concombre" = {
siteName = "neptune";
publicKey = "VvXT0fPDfWsHxumZqVShpS33dJQAdpJ1E79ZbCBJP34=";