docs/hacking: update nixos module option for nix-daemon

This commit is contained in:
Jörg Thalheim 2022-09-27 22:44:27 +02:00
parent 53335323ae
commit 2ff67cbacc

View file

@ -92,7 +92,7 @@ On NixOS:
```nix
{
nix.trustedUsers = [ "YOURUSER" ];
nix.settings.trusted-users = [ "YOURUSER" ];
}
```