Archived
Check NixOS configurations / eval-hosts (pull_request) Failing after 9m42s
On first enrollment /home/wayne doesn't exist until the IPA user's first login (pam_mkhomedir creates it). home-manager-<user>.service cd's into the home dir immediately and fails with ENOENT, causing the whole rebuild activation to return exit code 4. Add ConditionPathExists so systemd skips the service (condition not met, no failure) instead. After first login the dir exists and subsequent rebuilds activate Home Manager normally. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>