forked from lix-project/hydra
Merge pull request #1249 from Mic92/docs
docs/hacking: update nixos module option for nix-daemon
This commit is contained in:
commit
a8876a8956
|
@ -92,7 +92,7 @@ On NixOS:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
nix.trustedUsers = [ "YOURUSER" ];
|
nix.settings.trusted-users = [ "YOURUSER" ];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue