From 266e37aa37378a22e78474990f51084df59eb418 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 29 Nov 2024 16:20:58 -0500 Subject: [PATCH] I dont need no passwords for sudo smh --- modules/core.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core.nix b/modules/core.nix index e4de41a..a933877 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -41,6 +41,8 @@ EDITOR = "nvim"; VISUAL = "nvim"; }; + + security.sudo.wheelNeedsPassword = false; user = { enable = lib.mkDefault true;