fix(luna): correctly trust wheel groups for Nix

This commit is contained in:
Price Hiller 2023-12-15 22:26:13 -06:00
parent 28bde33112
commit 0a7a6154d2
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -3,7 +3,7 @@
settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
trusted-users = [ "wheel" ];
trusted-users = [ "@wheel" ];
};
gc = {
automatic = true;