12 lines
194 B
Nix
12 lines
194 B
Nix
_: {
|
|
security = {
|
|
sudo-rs = {
|
|
enable = true;
|
|
wheelNeedsPassword = true;
|
|
execWheelOnly = true;
|
|
extraConfig = ''
|
|
Defaults !pwfeedback
|
|
'';
|
|
};
|
|
};
|
|
}
|