nix: add wheel group to trusted users
This commit is contained in:
parent
184ac7ff03
commit
2e090030bd
|
@ -17,6 +17,7 @@ in
|
|||
optimise.automatic = true;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
trusted-users = [ "root" "@wheel" ];
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://nix-community.cachix.org"
|
||||
|
|
Loading…
Reference in a new issue