aboutsummaryrefslogtreecommitdiff
path: root/src/guix/system.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/guix/system.scm4
1 files changed, 3 insertions, 1 deletions
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)