fix: add uv to hermes-agent service PATH

Add pkgs.uv to systemd.services.hermes-agent.path so that CronJobs
and terminal sessions can execute PEP 723 scripts via 'uv run'
(e.g. garmin-daily.py for Garmin Connect health data).

Also adds uv to environment.systemPackages for general availability.
This commit is contained in:
2026-04-29 16:18:41 +02:00
parent 193b8c0115
commit a615ab61e8
2 changed files with 5 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
git
tea
ghostty.terminfo
uv
];
services.openssh = {