this post was submitted on 14 May 2024
10 points (100.0% liked)
Nix / NixOS
1740 readers
5 users here now
Main links
Videos
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
oh, yeah, i agree with you, that line of code is exactly what i wanted, thanks! btw, why i needed the single user installation?, wasn't multi-user made exactly for managing the packages/profiles between different users?
No, it's allow you to have a set of packages for each user, and to give you improved security and isolation.
In this case nix download all of the packages to /nix/store, and then symlinks them to the appropriate ~/.nix-profile/
oh, that make sense, thank you again!