forked from Deuxfleurs/nixcfg
udpate garage ports for staging install
This commit is contained in:
parent
6d09272474
commit
664e4419fc
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ in
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
(builtins.head ({ openssh.ports = [22]; } // node_config.services).openssh.ports)
|
(builtins.head ({ openssh.ports = [22]; } // node_config.services).openssh.ports)
|
||||||
3900 3901 # Garage (internal RPC traffic)
|
3990 3991 3992 # Garage
|
||||||
4646 4647 4648 # Nomad
|
4646 4647 4648 # Nomad
|
||||||
8500 8300 8301 8302 # Consul
|
8500 8300 8301 8302 # Consul
|
||||||
19999 # Netdata
|
19999 # Netdata
|
||||||
|
|
Loading…
Reference in a new issue