diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-04 13:39:33 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-04 13:39:33 +0200 |
commit | 6c07a429781d4a26a546e3f3049b41e0b968b033 (patch) | |
tree | 14a6cbe973232ed2b959625f4787fc421d55c1d7 /cluster | |
parent | 607add3161f9a465fc061cfd3a5434aa4dbd4796 (diff) | |
download | nixcfg-6c07a429781d4a26a546e3f3049b41e0b968b033.tar.gz nixcfg-6c07a429781d4a26a546e3f3049b41e0b968b033.zip |
different wgautomesh gossip ports for prod and staging
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/cluster.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 2fec94c..362724b 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -38,6 +38,8 @@ endpoint = "bitfrost.fiber.shirokumo.net:33734"; }; }; + + deuxfleurs.wgautomeshPort = 1667; services.wgautomesh.logLevel = "debug"; # Bootstrap IPs for Consul cluster, |