feat: confine sudo access to users with the wheel group only

This commit is contained in:
wi11-holdsworth 2025-10-22 17:24:39 +11:00
parent 07b47366c8
commit a896a4a87f

View file

@ -0,0 +1,6 @@
{
...
}:
{
security.sudo.execWheelOnly = true;
}