From 2c959fdc0cc2300fa2608f02c663c5f8d64f8cbf Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 29 Jan 2026 16:33:45 +0100 Subject: [PATCH] Services/Nginx: Expose hytale port --- system/services/nginx-proxy-manager.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/services/nginx-proxy-manager.nix b/system/services/nginx-proxy-manager.nix index 657e5b76..a6e50296 100644 --- a/system/services/nginx-proxy-manager.nix +++ b/system/services/nginx-proxy-manager.nix @@ -26,6 +26,9 @@ in { "80:80" # "81:81" # Web interface "443:443" + + # TODO: Should probably split the nginx configs for ServeNix and ThinkNix + "5520:5520" # HyTale ]; volumes = [