nixos: core: use sudo-rs
This commit is contained in:
parent
cadeefb081
commit
fa0e9ccc74
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
|
||||
environment.etc.machine-id.text = "b08dfa6083e7567a1921a715000001fb"; # whonix id
|
||||
security.apparmor.enable = true;
|
||||
security.sudo.execWheelOnly = true;
|
||||
security.sudo-rs.enable = true;
|
||||
security.sudo-rs.execWheelOnly = true;
|
||||
|
||||
boot.blacklistedKernelModules = [
|
||||
# Obscure network protocols
|
||||
|
|
Loading…
Reference in a new issue