summaryrefslogtreecommitdiff
path: root/gnu/services/pam-mount.scm
Commit message (Collapse)AuthorAge
* services: pam-mount: Add support for sddm login manager.Nick Zalutskiy2022-01-17
| | | | | | | | | | | I noticed that pam_mount mounts work fine when loging into a textual session, but not when using sddm. This patch fixes this problem by ensuring that pam_mount.so is included in /etc/pam.d/sddm config file. * gnu/services/pam-mount.scm (pam-mount-pam-service): Add sddm to the list of pam services. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* services: Add pam-mount.Guillaume Le Vaillant2019-11-28
* gnu/services/pam-mount.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (PAM Mount Service): New subsection. Signed-off-by: Ludovic Courtès <ludo@gnu.org>