Files
alo-cluster/hosts/common/global/sudo.nix
2023-06-30 10:26:19 +01:00

6 lines
61 B
Nix

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