aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/pam-mount.scm
diff options
context:
space:
mode:
authorFelix Lechner <felix.lechner@lease-up.com>2023-05-12 11:52:50 -0700
committerLudovic Courtès <ludo@gnu.org>2023-08-15 23:30:44 +0200
commit48d06aee7b39c8e72644d665bd1995cb1ae1b094 (patch)
tree0e7a7787883cba1c1ee192cfc26814d73ad00f96 /gnu/services/pam-mount.scm
parent20c51c1d2ce8fd4b32203343c3afbfe2622a22d7 (diff)
downloadguix-48d06aee7b39c8e72644d665bd1995cb1ae1b094.tar
guix-48d06aee7b39c8e72644d665bd1995cb1ae1b094.tar.gz
services: Use more 'file-append'.
* gnu/services/authentication.scm (pam-ldap-pam-service): Use 'file-append' instead of #~(string-append ...). * gnu/services/base.scm (greetd-pam-service): Likewise. * gnu/services/kerberos.scm (pam-krb5-pam-service): Likewise. * gnu/services/pam-mount.scm (pam-mount-pam-service): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/services/pam-mount.scm')
-rw-r--r--gnu/services/pam-mount.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/pam-mount.scm b/gnu/services/pam-mount.scm
index dbb9d0285f..b3a02e82e9 100644
--- a/gnu/services/pam-mount.scm
+++ b/gnu/services/pam-mount.scm
@@ -94,7 +94,7 @@
(define optional-pam-mount
(pam-entry
(control "optional")
- (module #~(string-append #$pam-mount "/lib/security/pam_mount.so"))))
+ (module (file-append pam-mount "/lib/security/pam_mount.so"))))
(list
(pam-extension
(transformer