nix: add wheel group to trusted users

This commit is contained in:
Leonardo Eugênio 2024-02-28 01:00:41 -03:00 committed by lelgenio
parent 184ac7ff03
commit 2e090030bd
1 changed files with 1 additions and 0 deletions

View File

@ -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"