mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
nixos/plasma5: remove non-existant/unused PAM service configs.
This removes two unused service configs from /etc/pam.d/ and, more importantly, reduces confusion. * kdm no longer exists in nixpkgs * `pam.d/gdm` is not used by gdm * `pam.d/lightdm` IS used by lightdm but hardcoded using .text rather than attrset+template.
This commit is contained in:
parent
15333cc314
commit
2ca5a88f8e
@ -379,11 +379,6 @@ in
|
||||
|
||||
security.pam.services.kde = { allowNullPassword = true; };
|
||||
|
||||
# Doing these one by one seems silly, but we currently lack a better
|
||||
# construct for handling common pam configs.
|
||||
security.pam.services.gdm.enableKwallet = true;
|
||||
security.pam.services.kdm.enableKwallet = true;
|
||||
security.pam.services.lightdm.enableKwallet = true;
|
||||
security.pam.services.sddm.enableKwallet = true;
|
||||
|
||||
systemd.user.services = {
|
||||
|
Loading…
Reference in New Issue
Block a user