My Nix Configuration
1{ 2 services.displayManager.ly = { 3 enable = true; 4 x11Support = false; 5 settings = { 6 clear_password = true; 7 hide_version_string = true; 8 }; 9 }; 10 security.pam.services.ly.fprintAuth = false; 11}