9 lines
136 B
Nix
9 lines
136 B
Nix
{...}: {
|
|
security = {
|
|
sudo-rs = {
|
|
enable = true;
|
|
wheelNeedsPassword = true;
|
|
execWheelOnly = true;
|
|
};
|
|
};
|
|
}
|