mirror of
https://github.com/davegallant/nix-config
synced 2025-11-26 03:24:17 +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