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