Update hosts/docker/configuration.nix

This commit is contained in:
2026-02-16 09:22:16 +00:00
parent 8db2a2db86
commit 01aaf10e2d

View File

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