From 8176407b6a4f96d65693e5836dc6950a15dc71af Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 22 Aug 2024 18:01:02 -0300 Subject: system.scm: Remove cgit and enable git-daemon's git:// server --- src/guix/system.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3