summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-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/";
   };