Skip to content

Commit

Permalink
Merge pull request #1476 from n-gt/patch-1
Browse files Browse the repository at this point in the history
Update NixOS configuration
  • Loading branch information
mpscholten committed Jun 14, 2022
2 parents 22cdcd9 + 89d711a commit e6e30de
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 e6e30de

Please sign in to comment.