base: nix: add wheel group to trusted users
This commit is contained in:
parent
df15e6b6c2
commit
3ae7ab21bc
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue