configuration.nix/system.rico/security.nix

4 lines
57 B
Nix
Raw Normal View History

2023-04-10 23:40:31 +05:30
{ ... }: {
security.sudo.wheelNeedsPassword = false;
}