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 96e1951ecf
commit a62a9b6990

View file

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