Skip to content

Commit

Permalink
sudo: disable password requirement for user everest
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Sep 22, 2023
1 parent 3885e18 commit ea960b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
keyMap = "us";
};

security.sudo.wheelNeedsPassword = false;

users.users.everest = {
isNormalUser = true;
extraGroups = ["wheel"];
Expand Down

0 comments on commit ea960b1

Please sign in to comment.