wheel needs no password for remote machines
This commit is contained in:
parent
a98013a0ea
commit
379e5d1698
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,6 @@
|
|||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
cachix
|
||||
firefox
|
||||
# configure local network sharing, launch app on startup, and auto-connect
|
||||
# in the preferences menu
|
||||
mullvad-vpn
|
||||
|
|
@ -199,6 +198,7 @@
|
|||
"networkmanager" # Allow the user to manage networks
|
||||
];
|
||||
};
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
users.extraUsers.haak = {
|
||||
shell = pkgs.zsh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue