Merge pull request #56 from ArisoN-ext/sudo-rs

Hide typed password due to default changes in sudo-rs
This commit is contained in:
hand7s 2026-04-01 13:00:44 +03:00 committed by GitHub
commit fbd7d0bdd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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