Merge pull request #1249 from Mic92/docs

docs/hacking: update nixos module option for nix-daemon
This commit is contained in:
Eelco Dolstra 2022-09-28 17:02:49 +02:00 committed by GitHub
commit a8876a8956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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