diff --git a/modules/common/shell/nixpkgs.nix b/modules/common/shell/nixpkgs.nix index cb8262d..afc1637 100644 --- a/modules/common/shell/nixpkgs.nix +++ b/modules/common/shell/nixpkgs.nix @@ -73,6 +73,9 @@ path = builtins.toString pkgs.path; }; + # For security, only allow specific users + settings.allowed-users = [ "@wheel" config.user ]; + }; }