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;
|
||||
};
|
||||
settings = {
|
||||
allowed-users = [ "@wheel" ];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue