1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Reconvert

This commit is contained in:
Eelco Dolstra 2020-07-23 10:44:54 +02:00
parent c20c082383
commit f390303566
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
29 changed files with 433 additions and 95 deletions

View file

@ -43,7 +43,7 @@ The [Nix daemon](#sec-nix-daemon) should be started as follows (as
Youll want to put that line somewhere in your systems boot scripts.
To let unprivileged users use the daemon, they should set the
[NIX\_REMOTE environment variable](#envar-remote) to `daemon`. So you
[`NIX_REMOTE` environment variable](#envar-remote) to `daemon`. So you
should put a line like
export NIX_REMOTE=daemon