aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/cluster.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-10-18 22:09:55 +0200
committerAlex Auvolat <alex@adnab.me>2022-10-18 22:09:55 +0200
commit859813440c23982c75fd1f27f3469aa9e9794368 (patch)
treefacb7fad70be8a0f9d586e529b34575b847ba1c5 /cluster/staging/cluster.nix
parent4584b396399efb7b2807ae7f216a51a78cbab66b (diff)
downloadnixcfg-859813440c23982c75fd1f27f3469aa9e9794368.tar.gz
nixcfg-859813440c23982c75fd1f27f3469aa9e9794368.zip
Automatic garage node discover on staging through consul
Diffstat (limited to 'cluster/staging/cluster.nix')
-rw-r--r--cluster/staging/cluster.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix
index 8dcff1b..15e0f04 100644
--- a/cluster/staging/cluster.nix
+++ b/cluster/staging/cluster.nix
@@ -62,4 +62,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFPTsEgcOtb2bij+Ih8eg8ZqO7d3IMiWykv6deMzlSSS kokakiwi@kira"
];
};
+
+ # For Garage ipv6 communication
+ networking.firewall.allowedTCPPorts = [ 3991 ];
}