mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: sddm: Require ‘pam_env.so’.
* gnu/services/sddm.scm (sddm-pam-service): New pam entry Change-Id: Ia5912258a8da974b60fd74b02d0779c31ea7edf3 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Modified-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
877610c1ce
commit
b06afc5805
1 changed files with 3 additions and 0 deletions
|
@ -235,6 +235,9 @@ Relogin=" (if (sddm-configuration-relogin? config)
|
|||
(arguments (list "sha512" "shadow" "try_first_pass")))))
|
||||
(session
|
||||
(list
|
||||
(pam-entry
|
||||
(control "required")
|
||||
(module "pam_env.so")) ;load /etc/environment in new sessions
|
||||
;; lfs has a required pam_limits.so
|
||||
;; should be factored out into system-session
|
||||
(pam-entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue