mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 18:53:39 +00:00
Replace sudo with sudo-rs
This commit is contained in:
@@ -29,6 +29,12 @@ in
|
||||
fonts.sizes.desktop = 24;
|
||||
};
|
||||
|
||||
security.sudo-rs = {
|
||||
enable = true;
|
||||
execWheelOnly = true;
|
||||
wheelNeedsPassword = true;
|
||||
};
|
||||
|
||||
boot = {
|
||||
kernelModules = [
|
||||
"kvm-amd"
|
||||
|
Reference in New Issue
Block a user