mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-29 01:24:17 -05:00
add wheel to trusted users
This commit is contained in:
parent
2265c66404
commit
92f6134b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
system.stateVersion = "24.05";
|
||||
time.timeZone = "America/New_York";
|
||||
nix.settings.experimental-features = ["flakes" "nix-command"];
|
||||
nix.settings.trusted-users = ["wheel"];
|
||||
nix.settings.trusted-users = ["@wheel"];
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue