diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-18 17:05:32 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-18 17:05:32 +0100 |
commit | 664e4419fce8bd53bb2b010973fce14e7bee87fb (patch) | |
tree | 04900cb0b0e15ab954fc668c108b12466a503ea4 /configuration.nix | |
parent | 6d09272474dc56e16fcca8a75d72130b495a9f1d (diff) | |
download | nixcfg-664e4419fce8bd53bb2b010973fce14e7bee87fb.tar.gz nixcfg-664e4419fce8bd53bb2b010973fce14e7bee87fb.zip |
udpate garage ports for staging install
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index ab34c6f..782e7d3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -262,7 +262,7 @@ in # Open ports in the firewall. networking.firewall.allowedTCPPorts = [ (builtins.head ({ openssh.ports = [22]; } // node_config.services).openssh.ports) - 3900 3901 # Garage (internal RPC traffic) + 3990 3991 3992 # Garage 4646 4647 4648 # Nomad 8500 8300 8301 8302 # Consul 19999 # Netdata |