diff --git a/hosts/cube.nix b/hosts/cube.nix index c19459e..672ad6b 100644 --- a/hosts/cube.nix +++ b/hosts/cube.nix @@ -46,7 +46,7 @@ polkit.enable = true; rtkit.enable = true; sudo = { - wheelNeedsPassword = true; + wheelNeedsPassword = false; }; }; services.envfs.enable = true;