summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-23 18:03:08 +0200
committerAlan Pearce2024-05-23 18:03:08 +0200
commit60c401429c3584784d78c9b9393bc9c3ffab4647 (patch)
treedd5d7f13da897052c72f2664d3a210f6869edbca /system
parent1d2773149678ccab28e128b64c9501733a1735db (diff)
downloadnixfiles-60c401429c3584784d78c9b9393bc9c3ffab4647.tar.lz
nixfiles-60c401429c3584784d78c9b9393bc9c3ffab4647.tar.zst
nixfiles-60c401429c3584784d78c9b9393bc9c3ffab4647.zip
linde: fix git clones over HTTPS
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 371211ce..988232e3 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -767,6 +767,7 @@ in
 
   services.fcgiwrap = {
     enable = true;
+    user = "gitolite";
     group = "gitolite";
     preforkProcesses = 2;
     socketType = "tcp6";