commit 731ad53ebba2cca2f950627a2b5f223a7b42deda parent e0e9646b6f4cd1afae31095c78a5c7ba168cf948 Author: breadcat <breadcat@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:42:00 +0100 I don't even know why this port is open Diffstat:
| M | common/docker.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/docker.nix b/common/docker.nix @@ -19,7 +19,7 @@ }; # Firewall - networking.firewall.allowedTCPPorts = [ 80 443 50300 ]; + networking.firewall.allowedTCPPorts = [ 80 443 ]; # Containers virtualisation.oci-containers = {