Skip to content

Commit

Permalink
🐛 fix Use correct options
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Valen authored and blaggacao committed Jan 6, 2023
1 parent 1587f58 commit 62a2cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/devos/profiles/core/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
sandbox = true;

# Give root user and wheel group special Nix privileges.
trustedUsers = ["root" "@wheel"];
allowedUsers = ["@wheel"];
trusted-users = ["root" "@wheel"];
allowed-users = ["@wheel"];
};

# Improve nix store disk usage
Expand Down

0 comments on commit 62a2cd1

Please sign in to comment.