Nix trusted users from wheel group
This commit is contained in:
parent
f5770eb595
commit
60db64154b
2 changed files with 1 additions and 2 deletions
|
|
@ -38,6 +38,7 @@
|
|||
};
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
trusted-users = [ "@wheel" ];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
channel.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue