|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
R""(
Run the daemon:
Run the daemon and listen on standard I/O instead of binding to a UNIX socket:
Run the daemon and force all connections to be trusted:
Run the daemon and force all connections to be untrusted:
Run the daemon, listen on standard I/O, and force all connections to use Nix's default trust:
This command runs the Nix daemon, which is a required component in multi-user Nix installations. It runs build tasks and other operations on the Nix store on behalf of non-root users. Usually you don't run the daemon directly; instead it's managed by a service management framework such as systemd on Linux, or launchctl on Darwin.
Note that this daemon does not fork into the background.
)""