Compare commits
2 Commits
193b8c0115
...
9c3d10836f
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c3d10836f | |||
| a615ab61e8 |
@@ -21,6 +21,7 @@
|
||||
git
|
||||
tea
|
||||
ghostty.terminfo
|
||||
uv
|
||||
];
|
||||
|
||||
services.openssh = {
|
||||
|
||||
@@ -70,6 +70,10 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
# Ensure 'uv' is in the hermes-agent service PATH so CronJobs and terminal
|
||||
# sessions can use 'uv run' for PEP 723 scripts (e.g. garmin-daily.py).
|
||||
systemd.services.hermes-agent.path = [pkgs.uv];
|
||||
|
||||
services.hermes-agent = {
|
||||
enable = true;
|
||||
addToSystemPackages = true;
|
||||
|
||||
Reference in New Issue
Block a user