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