aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-12-14 20:37:58 -0500
committerLeo Famulari <leo@famulari.name>2021-12-16 12:53:51 -0500
commitc93c7af1cef08ae0a0aeccf3e3c0af188abddc81 (patch)
tree13e5acaa8545f827f68b03a19c3312a716718bd2 /ROADMAP
parent4e54ab957fb6adeff650341219b3e55e0e284438 (diff)
downloadguix-c93c7af1cef08ae0a0aeccf3e3c0af188abddc81.tar.gz
guix-c93c7af1cef08ae0a0aeccf3e3c0af188abddc81.zip
gnu: linux-libre 4.19: Update to 4.19.221.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.221. (linux-libre-4.19-pristine-source): Update hash.
Diffstat (limited to 'ROADMAP')
0 files changed, 0 insertions, 0 deletions
ion): New data type * gnu/services/base.scm (greetd-agreety-session): New data type * gnu/services/base.scm (pam-limits-service-type): Should be aware of greetd PAM service * gnu/services/pam-mount.scm (pam-mount-pam-service): Should be aware of greetd PAM service Signed-off-by: Lars-Dominik Braun <ldb@leibniz-psychology.org> muradm 2022-01-17services: pam-mount: Add support for sddm login manager....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> Nick Zalutskiy