From 52e7ffc717a95781afb20c4b7f579259bd76a7a1 Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Sat, 19 Apr 2025 21:33:57 +0300 Subject: [PATCH] =?UTF-8?q?FIXUP=20lis=C3=A4=C3=A4=20Gitin=20ssl-tiedot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .guix/modules/tiedote-md-service.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.guix/modules/tiedote-md-service.scm b/.guix/modules/tiedote-md-service.scm index 81de2c7..8ee89a2 100644 --- a/.guix/modules/tiedote-md-service.scm +++ b/.guix/modules/tiedote-md-service.scm @@ -86,6 +86,8 @@ the tiedote.md user on this system.") ) #:user "tiedote.md" #:group "tiedote.md" + #:environment (cons "GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt" + (default-environment-variable)) #:directory #$state-directory)))) (stop #~(make-kill-destructor))))))