chore: don't require root password for wheel users

This commit is contained in:
Oliver Davies 2023-04-11 20:03:25 +01:00
parent d0d1229d44
commit 12c99707e2

View file

@ -98,6 +98,8 @@ in
packages = with pkgs; [ firefox ]; packages = with pkgs; [ firefox ];
}; };
security.sudo.wheelNeedsPassword = false;
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;