sudo-rs
All checks were successful
Weekly NixOS Build & Cache / build-and-cache (push) Successful in 8m39s

This commit is contained in:
Danilo Reyes 2025-10-09 23:42:38 -06:00
parent d3ec0a04b7
commit efb98d6d54

View File

@ -47,7 +47,7 @@
}; };
security = { security = {
polkit.enable = true; polkit.enable = true;
sudo = { sudo-rs = {
enable = true; enable = true;
wheelNeedsPassword = false; wheelNeedsPassword = false;
}; };