diff options
author | EuAndreh <eu@euandre.org> | 2024-08-29 13:40:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-29 13:40:51 -0300 |
commit | 53298f732245757c6bc2a8b0eece7f36678e2d0f (patch) | |
tree | 2a8a27c1cc28605d86701875a846703fcd3d5c20 | |
parent | src/secrets/repo/borg-key.txt.gpg: Add (diff) | |
download | asami-53298f732245757c6bc2a8b0eece7f36678e2d0f.tar.gz asami-53298f732245757c6bc2a8b0eece7f36678e2d0f.tar.xz |
system.scm: Add tld on custom syskeep-configuration
-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) |