feat: restrict nix package manager to wheel group
This commit is contained in:
parent
f4c10a0a0b
commit
ef927bcfda
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
persistent = true;
|
persistent = true;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
|
allowed-users = [ "@wheel" ];
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue