This commit is contained in:
2025-08-10 20:52:03 -07:00
parent 0677fe39dd
commit ddec7ebe50
2 changed files with 14 additions and 2 deletions
+4
View File
@@ -79,6 +79,10 @@ in
SYSTANT_PUBLISH_INTERVAL = toString cfg.publishInterval;
# Override RELEASE_COOKIE to bypass file reading
RELEASE_COOKIE = "systant-bypass-cookie";
# Set proper PATH for NixOS
PATH = "/run/current-system/sw/bin:/run/wrappers/bin:\${PATH}";
# Set log level to debug for troubleshooting
SYSTANT_LOG_LEVEL = "debug";
};
serviceConfig = {