diff --git a/nixos/base.nix b/nixos/base.nix index 15c87a56..5a92cf24 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -71,6 +71,8 @@ shell = pkgs.zsh; }; + security.sudo.wheelNeedsPassword = false; + environment.systemPackages = with pkgs; [ binutils coreutils