mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
10 lines
484 B
Markdown
10 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.
|