base: nix: add wheel group to trusted users

This commit is contained in:
Antoine Martin 2021-04-22 20:50:35 +02:00
parent df15e6b6c2
commit 3ae7ab21bc

View file

@ -8,6 +8,8 @@
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
trustedUsers = [ "@wheel" ];
binaryCaches = [ binaryCaches = [
"https://alarsyo.cachix.org" "https://alarsyo.cachix.org"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"