services: pam-limits: Add lightdm.
Without this a user's pam-limits-service-type configuration does not have an effect when using lightdm. * gnu/services/base.scm (pam-limits-service-type): Add "lightdm" to the list.
This commit is contained in:
parent
ac86174e22
commit
63660f0feb
@ -1613,7 +1613,7 @@ information on the configuration file syntax."
|
||||
'("conf=/etc/security/limits.conf")))))
|
||||
(if (member (pam-service-name pam)
|
||||
'("login" "greetd" "su" "slim" "gdm-password"
|
||||
"sddm" "sudo" "sshd"))
|
||||
"sddm" "sudo" "sshd" "lightdm"))
|
||||
(pam-service
|
||||
(inherit pam)
|
||||
(session (cons pam-limits
|
||||
|
Loading…
Reference in New Issue
Block a user