diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guix/system.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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) |