aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/services/php-fpm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/services/php-fpm.scm b/tw/services/php-fpm.scm
index 4bdb899e..ff961801 100644
--- a/tw/services/php-fpm.scm
+++ b/tw/services/php-fpm.scm
@@ -38,7 +38,7 @@
;; XXX: this stanza added, for Nextcloud News
#:environment-variables
(cons*
- (string-append "SSL_CERT_DIR=" #$(file-append nss-certs "/etc/ssl/certs"))
+ (string-append "SSL_CERT_DIR=" #$nss-certs "/etc/ssl/certs")
(default-environment-variables))
#:pid-file #$pid-file))
(stop #~(make-kill-destructor)))))))