feat: restrict nix package manager to wheel group

This commit is contained in:
wi11-holdsworth 2025-10-22 17:28:30 +11:00
parent f4c10a0a0b
commit ef927bcfda

View file

@ -18,6 +18,7 @@
persistent = true; persistent = true;
}; };
settings = { settings = {
allowed-users = [ "@wheel" ];
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"