wheel needs no password for remote machines

This commit is contained in:
Haak Saxberg 2022-07-30 20:47:20 -07:00
parent a98013a0ea
commit 379e5d1698

View file

@ -48,7 +48,6 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cachix cachix
firefox
# configure local network sharing, launch app on startup, and auto-connect # configure local network sharing, launch app on startup, and auto-connect
# in the preferences menu # in the preferences menu
mullvad-vpn mullvad-vpn
@ -199,6 +198,7 @@
"networkmanager" # Allow the user to manage networks "networkmanager" # Allow the user to manage networks
]; ];
}; };
security.sudo.wheelNeedsPassword = false;
users.extraUsers.haak = { users.extraUsers.haak = {
shell = pkgs.zsh; shell = pkgs.zsh;