Update hosts/docker/configuration.nix

This commit is contained in:
2026-02-17 15:53:06 +00:00
parent 9a190a28d6
commit 6ef87a3226

View File

@@ -135,7 +135,7 @@ system.userActivationScripts.createSetupSymlink.text = ''
services.openssh.settings.PermitRootLogin = "yes";
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 80 8080 443 9323 ];
networking.firewall.allowedTCPPorts = [ 80 8080 443 9323 2375 ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;