From 200fe2b85ed48c13a74d812038faa2274a843a69 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 6 Jan 2026 14:45:16 -0600 Subject: [PATCH] dont expose port we hit it via tailscale --- hosts/lio/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lio/configuration.nix b/hosts/lio/configuration.nix index 401abf5a..5c1645be 100644 --- a/hosts/lio/configuration.nix +++ b/hosts/lio/configuration.nix @@ -34,7 +34,7 @@ enable = true; package = pkgs.nix-serve-ng; port = 5000; - openFirewall = true; + # openFirewall = true; secretKeyFile = "/var/lib/nix-serve/cache-priv-key.pem"; }; };