aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/system/lud.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/tw/system/lud.scm b/tw/system/lud.scm
index a7fe67db..b66bc4ac 100644
--- a/tw/system/lud.scm
+++ b/tw/system/lud.scm
@@ -15,7 +15,7 @@
#:use-module (tw system))
(use-package-modules acl admin bash certs databases linux man php python rsync
- shells tls tor video)
+ shells tls tor version-control video)
(use-service-modules certbot cgit databases file-sharing mcron monitoring
networking pm ssh syncthing version-control vpn web)
@@ -278,7 +278,8 @@ innodb_io_capacity = 4000
(name "git")
(comment "Git hosting service")
(group "git")
- (home-directory "/srv/git"))
+ (home-directory "/srv/git")
+ (shell (file-append git "/bin/git-shell")))
%server-base-user-accounts))
;; Groups are NOT implict from the user-accounts that mention them.