From 9c4e52297dbe1b502ca2d1b166b9cea07e37d8e0 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Fri, 4 Oct 2024 06:44:35 -0400 Subject: [PATCH] Commit for generation 181 --- glasshouse-desktop/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glasshouse-desktop/configuration.nix b/glasshouse-desktop/configuration.nix index 7256b1e..f7b79e1 100644 --- a/glasshouse-desktop/configuration.nix +++ b/glasshouse-desktop/configuration.nix @@ -16,6 +16,10 @@ hosts = { "192.168.1.163" = [ "glasshouse.info" ]; }; + firewall = { + enable = true; + allowedTCPPorts = [ 30000 ]; + }; }; programs.nix-ld = {