herdr local path fix

This commit is contained in:
2026-09-15 18:13:00 -07:00
parent ac7a0b20fe
commit 7ba99f1dd7
+6
View File
@@ -72,6 +72,12 @@
SBCL_HOME = "/run/current-system/sw/lib/sbcl"; SBCL_HOME = "/run/current-system/sw/lib/sbcl";
}; };
# Put ~/.local/bin on PATH system-wide (via /etc/set-environment), not just
# in ~/.zshrc. Non-interactive shells (e.g. `ssh host cmd`) and daemons they
# spawn otherwise never see user-installed tools like claude code, which is
# how the herdr server ended up reporting claude as "not found".
environment.localBinInPath = true;
services.cron.enable = true; services.cron.enable = true;
programs.zsh.enable = true; programs.zsh.enable = true;