Update hosts/docker/configuration.nix
This commit is contained in:
@@ -135,7 +135,7 @@ system.userActivationScripts.createSetupSymlink.text = ''
|
|||||||
services.openssh.settings.PermitRootLogin = "yes";
|
services.openssh.settings.PermitRootLogin = "yes";
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 80 8080 443 9323 2375 ];
|
networking.firewall.allowedTCPPorts = [ 80 8080 443 9323 ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user