|
|
|
|
|
by hvdijk
2056 days ago
|
|
A small correction: > There, we are installing per-user packages because yes, NixOS supports that, any user can have its own packages that others users can’t access. Other users can access those packages if they want to. Those packages won't show up in other users' $PATH, so other users will not be affected by them, but they could see what's in /nix/store if they wanted to. This matters when you're thinking of putting private data (such as an encryption key) in a package: it's vital that you don't do that on a multi-user system. |
|
Edit: Correction published!