test
This commit is contained in:
@@ -79,8 +79,6 @@ 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";
|
||||
};
|
||||
@@ -95,6 +93,8 @@ in
|
||||
StandardError = "journal";
|
||||
SyslogIdentifier = "systant";
|
||||
WorkingDirectory = "${cfg.package}";
|
||||
# Import environment from user session
|
||||
ExecStartPre = "${pkgs.systemd}/bin/systemctl --user import-environment PATH XDG_RUNTIME_DIR WAYLAND_DISPLAY";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user