feature(nix): add wheel and root to the list of trusted users

This commit is contained in:
2026-05-21 11:14:55 +02:00
parent 45ae50d7a5
commit af42bdc7a3
+3
View File
@@ -31,6 +31,9 @@
options = "--delete-older-than 7d"; options = "--delete-older-than 7d";
}; };
}; };
# add trusted users (able to modify the nix store)
nix.settings.trusted-users = [ "root" "@wheel" ];
# allow unfree packages (steam, protonvpn, discord, etc.) # allow unfree packages (steam, protonvpn, discord, etc.)
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;