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
|
# $ 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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue