feat: restrict nix package manager to wheel group
This commit is contained in:
parent
8f4defe84b
commit
c896d5509d
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix = {
|
||||
allowedUsers = [ "@wheel" ];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue