summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index aee74894..36d21a59 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -180,8 +180,9 @@ in rec {
180 processes = 1; 180 processes = 1;
181 threads = 8; 181 threads = 8;
182 cgi = "${pkgs.cgit}/bin/cgit"; 182 cgi = "${pkgs.cgit}/bin/cgit";
183 socket = "/run/cgit.sock"; 183 socket = "/tmp/cgit.sock";
184 chmod-socket = "660"; 184 chmod-socket = "660";
185 chown-socket = "uswgi:nginx";
185 }; 186 };
186 }; 187 };
187 188