diff --git a/ada/security/sudo-rs.nix b/ada/security/sudo-rs.nix index 35b28ec..4f270c9 100644 --- a/ada/security/sudo-rs.nix +++ b/ada/security/sudo-rs.nix @@ -4,9 +4,6 @@ _: { enable = true; wheelNeedsPassword = true; execWheelOnly = true; - extraConfig = '' - Defaults !pwfeedback - ''; }; }; }