From cf1af11e472affe3cb86526344b5cf4bdd42fce3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 29 Aug 2024 13:40:33 -0300 Subject: system.scm: Add tld on custom syskeep-configuration --- src/guix/system.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/guix/system.scm b/src/guix/system.scm index efdc69a..715f606 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -105,7 +105,9 @@ add_header Strict-Transport-Security 'max-age=31536000; includeSubdomains' always; "#))))))) (service cgit-service-type q:cgit-pre-configuration) - (service pkg:syskeep-service-type) + (service pkg:syskeep-service-type + (pkg:syskeep-configuration + (tld +tld+))) (service pkg:git-service-type (pkg:git-configuration (export-all? #t) -- cgit v1.2.3