Files
alo-cluster/common/global/sudo.nix

6 lines
61 B
Nix

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