feat: only allow @wheel to use nix

This commit is contained in:
Ahwx 2025-07-28 01:00:22 +02:00
parent 4e63e55808
commit 197ac138e3

View file

@ -8,13 +8,12 @@
{ {
nix = { nix = {
settings = { settings = {
allowed-users = [ "@wheel" ];
auto-optimise-store = true; auto-optimise-store = true;
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
]; ];
# substituters = [ "" ];
# trusted-public-keys = [ "" ];
}; };
gc = { gc = {
automatic = true; automatic = true;