feat: restrict nix package manager to wheel group

This commit is contained in:
wi11-holdsworth 2025-10-22 17:28:30 +11:00
parent 8f4defe84b
commit c896d5509d

View file

@ -7,6 +7,7 @@
nixpkgs.config.allowUnfree = true;
nix = {
allowedUsers = [ "@wheel" ];
gc = {
automatic = true;
dates = "weekly";