Expose traefix on port 80
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
];
|
||||
|
||||
# Open ports in the firewall. 464X are the default ports for Nomad.
|
||||
networking.firewall.allowedTCPPorts = [ 4646 4647 4648 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 4646 4647 4648 ];
|
||||
|
||||
# Copy the NixOS configuration file and link it from the resulting system
|
||||
# (/run/current-system/configuration.nix). This is useful in case you
|
||||
|
||||
Reference in New Issue
Block a user