From 5f5ccc7e381699d0d8e8c8d63fe30c4dc76e2b4f Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 31 Aug 2025 19:46:38 +0200 Subject: [PATCH] Services/StateSpaces: Fix port --- system/services/statespaces.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/services/statespaces.nix b/system/services/statespaces.nix index 782e8ac8..1ebd18f3 100644 --- a/system/services/statespaces.nix +++ b/system/services/statespaces.nix @@ -13,7 +13,8 @@ in { ports = [ # "8080:8090" - "5173:3111" + # "3111:5173" + "3111:8080" ]; volumes = [];