forked from aylac.top/nixcfg
this repo has no description
1{ 2 security.pam = { 3 services.login = { 4 failDelay.enable = true; 5 }; 6 }; 7}