lol

Merge pull request #281182 from trofi/pam-re-enable-lastlog

pam: re-enable `pam_lastlog` module

authored by

Mario Rodas and committed by
GitHub
0ae697ba e73431e3

+3
+3
pkgs/os-specific/linux/pam/default.nix
··· 57 57 configureFlags = [ 58 58 "--includedir=${placeholder "out"}/include/security" 59 59 "--enable-sconfigdir=/etc/security" 60 + # The module is deprecated. We re-enable it explicitly until NixOS 61 + # module stops using it. 62 + "--enable-lastlog" 60 63 ]; 61 64 62 65 installFlags = [