fix(ada): sudo-rs flag removal

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 00:14:15 +03:00
parent 3cfd36f1d7
commit 7fce4f6999

View file

@ -4,9 +4,6 @@ _: {
enable = true; enable = true;
wheelNeedsPassword = true; wheelNeedsPassword = true;
execWheelOnly = true; execWheelOnly = true;
extraConfig = ''
Defaults !pwfeedback
'';
}; };
}; };
} }