nix: add wheel group to trusted users

This commit is contained in:
Leonardo Eugênio 2024-02-28 01:00:41 -03:00
parent c7362f47e3
commit 32b7af3fd0

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"