aboutsummaryrefslogtreecommitdiff
path: root/src/guix/system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/guix/system.scm')
-rw-r--r--src/guix/system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm
index b78a726..f9e5e98 100644
--- a/src/guix/system.scm
+++ b/src/guix/system.scm
@@ -103,7 +103,8 @@
(service pkg:syskeep-service-type)
(service pkg:git-service-type
(pkg:git-configuration
- (export-all? #t)))
+ (export-all? #t)
+ (run-server? #t)))
(simple-service 'add-wireguard-aliases hosts-service-type
(list
(host "10.0.0.0" "toph")