fix(luna): correctly trust wheel
groups for Nix
This commit is contained in:
parent
28bde33112
commit
0a7a6154d2
@ -3,7 +3,7 @@
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
auto-optimise-store = true;
|
||||
trusted-users = [ "wheel" ];
|
||||
trusted-users = [ "@wheel" ];
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
|
Loading…
Reference in New Issue
Block a user