mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
eb7d7780b1
This is needed to avoid this https://github.com/mesonbuild/meson/issues/13774 when we go back to making our subproject directory `src`.
9 lines
484 B
Markdown
9 lines
484 B
Markdown
# Single-User Mode
|
||
|
||
In single-user mode, all Nix operations that access the database in
|
||
`prefix/var/nix/db` or modify the Nix store in `prefix/store` must be
|
||
performed under the user ID that owns those directories. This is
|
||
typically root. (If you install from RPM packages, that’s in fact the
|
||
default ownership.) However, on single-user machines, it is often
|
||
convenient to `chown` those directories to your normal user account so
|
||
that you don’t have to `su` to root all the time.
|