From ff223acbbaf57fda41fd5bc33294c4bc37d72b79 Mon Sep 17 00:00:00 2001 From: Kj Tsanaktsidis Date: Fri, 9 Jan 2026 12:03:24 +1100 Subject: run git as git --- modules/cgit.nix | 4 ++-- 1 file 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"; }; -- cgit v1.2.3