summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-22 18:01:02 -0300
committerEuAndreh <eu@euandre.org>2024-08-22 18:01:02 -0300
commit8176407b6a4f96d65693e5836dc6950a15dc71af (patch)
treedfcd5f6256ddfb9511da263fcc4a974a86271b62 /src
parentsystem.scm: Enable binder-service-type, try building go-full (diff)
downloadasami-8176407b6a4f96d65693e5836dc6950a15dc71af.tar.gz
asami-8176407b6a4f96d65693e5836dc6950a15dc71af.tar.xz
system.scm: Remove cgit and enable git-daemon's git:// server
Diffstat (limited to 'src')
-rw-r--r--src/guix/system.scm6
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)