claude sucks
This commit is contained in:
parent
f3f8022aa3
commit
01b20ef01c
@ -81,6 +81,8 @@ in
|
|||||||
RELEASE_COOKIE = "systant-bypass-cookie";
|
RELEASE_COOKIE = "systant-bypass-cookie";
|
||||||
# Set log level to debug for troubleshooting
|
# Set log level to debug for troubleshooting
|
||||||
SYSTANT_LOG_LEVEL = "debug";
|
SYSTANT_LOG_LEVEL = "debug";
|
||||||
|
# Ensure we have the full system PATH including /run/current-system/sw/bin where grim lives
|
||||||
|
PATH = mkForce "/run/wrappers/bin:/run/current-system/sw/bin:/usr/bin:/bin";
|
||||||
};
|
};
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
@ -93,8 +95,6 @@ in
|
|||||||
StandardError = "journal";
|
StandardError = "journal";
|
||||||
SyslogIdentifier = "systant";
|
SyslogIdentifier = "systant";
|
||||||
WorkingDirectory = "${cfg.package}";
|
WorkingDirectory = "${cfg.package}";
|
||||||
# Import environment from user session
|
|
||||||
ExecStartPre = "${pkgs.systemd}/bin/systemctl --user import-environment PATH XDG_RUNTIME_DIR WAYLAND_DISPLAY";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user