1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-22 22:48:31 +02:00
home-manager/nix-darwin
toonn e1fab012e8
nix-darwin: sudo --set-home for multiple user activation (#2857)
Changing from `sudo -i` to `sudo -s` messes up activation when multiple
users are managed. `--set-home` should have similar behavior to `-i` in
that the activation script is run from the user's home directory.

Fixes #2856
2022-04-01 11:33:07 -04:00
..
default.nix nix-darwin: sudo --set-home for multiple user activation (#2857) 2022-04-01 11:33:07 -04:00