Skip to content

Commit

Permalink
Update NixOS configuration
Browse files Browse the repository at this point in the history
trustedUsers -> settings.trusted-users
  • Loading branch information
n-gt committed Jun 13, 2022
1 parent c6527b3 commit 89d711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/installation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ MustBeRoot "Run command as root OR execute: $ echo \"trusted-users = root $USER\
You have to add this to your NixOS configuration:

```bash
nix.trustedUsers = [ "root" "USERNAME_HERE" ];
nix.settings.trusted-users = [ "root" "USERNAME_HERE" ];
```

[See the documentation for `nix.trustedUsers` to learn more about what this is doing](https://search.nixos.org/options?show=nix.trustedUsers&query=nix.trustedUsers).
Expand Down

0 comments on commit 89d711a

Please sign in to comment.