From 124ea9dd3b43428071926b464e07a959c2fe0227 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 2 Aug 2025 00:23:16 -0500 Subject: [PATCH] firewall --- system-config/services/containers/code-server/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-config/services/containers/code-server/default.nix b/system-config/services/containers/code-server/default.nix index 346eb04..cbcc9fa 100644 --- a/system-config/services/containers/code-server/default.nix +++ b/system-config/services/containers/code-server/default.nix @@ -30,6 +30,8 @@ auth = "password"; }; + networking.firewall.allowedTCPPorts = [ 4444 ]; + system.stateVersion = "25.05"; }; };