diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guix/system.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index 1f20f76..677fcc2 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -112,8 +112,10 @@ (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 cgit-service-type q:cgit-pre-configuration) - (service pkg:git-service-type) + (service pkg:git-service-type + (pkg:git-configuration + (export-all? #t) + (run-server? #t))) (service pkg:syskeep-service-type) (service q:shadow-group-service-type) (service q:dkimproxyout-service-type) |