aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-06-21 12:21:19 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-11 00:49:15 +0200
commitef1432f064abeb9f902c6917c540e143492a5de4 (patch)
tree913591a3994d936e79997716d4f0d0af562619ca /etc
parent4dcc6067661c261cd9c5663e20b291a7eccaab75 (diff)
downloadguix-ef1432f064abeb9f902c6917c540e143492a5de4.tar.gz
guix-ef1432f064abeb9f902c6917c540e143492a5de4.zip
utils: Add 'go-to-location' with source location caching.
* guix/utils.scm (%source-location-map): New variable. (go-to-location): New procedure. (edit-expression): Use it instead of custom loop. * guix/packages.scm (package-field-location)[goto]: Remove. Use 'go-to-location' instead of 'goto'.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
ype * 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