summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-25 08:30:29 +0200
committerAlan Pearce2024-05-25 08:30:29 +0200
commitaa3b04c83e8fb05490feb37d8c1fe338b36437cc (patch)
tree7b81f9610e853d51b5f8ea80f40970747643dc7f /system
parent08e97185028b7f12259a483c8fe45ec082eda989 (diff)
downloadnixfiles-aa3b04c83e8fb05490feb37d8c1fe338b36437cc.tar.lz
nixfiles-aa3b04c83e8fb05490feb37d8c1fe338b36437cc.tar.zst
nixfiles-aa3b04c83e8fb05490feb37d8c1fe338b36437cc.zip
linde: fix git daemon error
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 9169e455..e18218d0 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -809,7 +809,7 @@ in
   users.groups.git.gid = config.ids.gids.git;
   services.gitDaemon = {
     enable = true;
-    user = "git";
+    user = "gitolite";
     group = "gitolite";
     basePath = "${config.services.gitolite.dataDir}/repositories/";
   };