Commit 3ec311d

HPCesia <me@hpcesia.com>
2026-06-14 09:53:45
fix: sub-store module environment vars type
1 parent b923ca5
Changed files (1)
nixos-modules
nixos-modules/sub-store.nix
@@ -77,7 +77,7 @@ in {
         // (
           if (cfg.port == cfg.frontend.port)
           then {
-            SUB_STORE_BACKEND_MERGE = true;
+            SUB_STORE_BACKEND_MERGE = "true";
           }
           else {
             SUB_STORE_FRONTEND_PORT = toString cfg.frontend.port;