aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--container.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/container.scm b/container.scm
index c5a79dd..b31fcb0 100644
--- a/container.scm
+++ b/container.scm
@@ -431,6 +431,13 @@
(group "httpd")
(supplementary-groups '("gitolite3"))
(system? #t))
+ ;; the gitolite user must also have an id that matches the respective
+ ;; host user's one
+ (user-account
+ (name "gitolite3")
+ (group "gitolite3")
+ (uid 110)
+ (system? #t))
%base-user-accounts))
(file-systems (cons (file-system
(device (file-system-label "does-not-matter"))