diff options
| author | Kj Tsanaktsidis <kjtsanaktsidis@groq.com> | 2026-01-09 12:03:24 +1100 |
|---|---|---|
| committer | Kj Tsanaktsidis <kjtsanaktsidis@groq.com> | 2026-01-09 12:03:24 +1100 |
| commit | ff223acbbaf57fda41fd5bc33294c4bc37d72b79 (patch) | |
| tree | 3f386c1e306782f82c38264f24fcab5239794605 | |
| parent | 98e94297af73c583c9636c99772b2c1c34f98743 (diff) | |
run git as git
| -rw-r--r-- | modules/cgit.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/cgit.nix b/modules/cgit.nix index 34fa377..7bb2ea0 100644 --- a/modules/cgit.nix +++ b/modules/cgit.nix @@ -37,8 +37,8 @@ services.fcgiwrap.instances."git-http" = { socket.user = "nginx"; socket.group = "nginx"; - process.user = "nginx"; - process.group = "nginx"; + process.user = "git"; + process.group = "git"; socket.type = "unix"; socket.address = "/run/fcgiwrap-git-http.sock"; }; |
