CrOS/hosts/common/core/sudo.nix
2025-07-02 16:11:05 -04:00

5 lines
61 B
Nix

{
security.sudo = {
wheelNeedsPassword = false;
};
}