reNixos/kyra/security/sudo-rs.nix
s0me1newithhand7s 8c03fdb04a kyra(hardening): sudo -> sudo-rs
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:06:55 +03:00

9 lines
132 B
Nix

_: {
security = {
sudo-rs = {
enable = true;
wheelNeedsPassword = true;
execWheelOnly = true;
};
};
}