servers/common/sudo.nix

9 lines
115 B
Nix
Raw Normal View History

2026-02-24 00:00:35 -08:00
{ ... }:
{
2025-02-03 13:00:31 -06:00
security.sudo = {
enable = true;
execWheelOnly = true;
wheelNeedsPassword = false;
};
}