I dont need no passwords for sudo smh

This commit is contained in:
TheWanderingCrow 2024-11-29 16:20:58 -05:00
parent ea1a503ea1
commit 266e37aa37

View file

@ -41,6 +41,8 @@
EDITOR = "nvim";
VISUAL = "nvim";
};
security.sudo.wheelNeedsPassword = false;
user = {
enable = lib.mkDefault true;