From 03610c802be67f56930da891f2800d4584237e30 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Wed, 29 Apr 2026 16:44:52 -0500 Subject: [PATCH] removed exposed ports --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index fc587fe..90b7c96 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,6 @@ "HOST=0.0.0.0" "NUXT_TELEMETRY_DISABLED=1" ]; - ExposedPorts = [ "3000/tcp" ]; }; }; packages.default = self.packages.${system}.policy-ui;