feat: set trusted users to @wheel and root

This commit is contained in:
Ahwx 2026-06-17 13:02:04 +02:00
parent f2f57f8e8f
commit a1b6471073

View file

@ -12,6 +12,10 @@
dates = "weekly";
options = "--delete-older-than 7d";
};
settings.trusted-users = [
"root"
"@wheel"
];
};
programs.nix-ld = {