diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-18 22:09:55 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-18 22:09:55 +0200 |
commit | 859813440c23982c75fd1f27f3469aa9e9794368 (patch) | |
tree | facb7fad70be8a0f9d586e529b34575b847ba1c5 /cluster/staging/cluster.nix | |
parent | 4584b396399efb7b2807ae7f216a51a78cbab66b (diff) | |
download | nixcfg-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.nix | 3 |
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 ]; } |