From 53298f732245757c6bc2a8b0eece7f36678e2d0f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 29 Aug 2024 13:40:51 -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 0299ebc..fef4712 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -115,7 +115,9 @@ (service knot-service-type (q:knot-zones-configuration +tld+ +ipv4+ +ipv6+)) (service openssh-service-type (q:openssh-default-configuration (pkg:users->keys +users+))) (service certbot-service-type (q:tld-certbot-configuration +tld+)) - (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