Add @wheel to trusted-users for nix

This commit is contained in:
Jordan Holt 2024-03-24 19:45:13 +00:00
parent 310956acad
commit dd4455eafe
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -49,6 +49,7 @@
max-free = 1000000000;
fallback = true;
allowed-users = [ "@wheel" ];
trusted-users = [ "@wheel" ];
auto-optimise-store = true;
substituters = [
"http://odyssey.mesh.vimium.net"