8.nix-darwin/modules/users
Ihar Hrachyshka 08278afff6 users: realpath home dirs before comparison
When we create users with homedir under /var, they end up with
NFSHomeDirectory under /private/var because /var is a symlink. This
breaks consequent activations and requires that user overrides their
home dir attribute with /private/var/... to pass the activation
precheck.

`realpath` should normalize the discrepancy.
2026-06-14 20:54:47 -10:00
..
default.nix users: realpath home dirs before comparison 2026-06-14 20:54:47 -10:00
group.nix users: set default for users.users.<user>.name 2024-10-22 16:02:21 +11:00
user.nix users: assert that programs.<shell>.enable = true; for users' shells 2024-11-11 15:19:41 +11:00