configuration.nix/system.rico/security.nix
2023-04-10 23:40:31 +05:30

3 lines
57 B
Nix

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