diff options
-rw-r--r-- | ymir.nix | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -303,9 +303,9 @@ in rec { | |||
303 | threads = 8; | 303 | threads = 8; |
304 | chdir = "${pkgs.cgit}/cgit"; | 304 | chdir = "${pkgs.cgit}/cgit"; |
305 | cgi = "${pkgs.cgit}/cgit/cgit.cgi"; | 305 | cgi = "${pkgs.cgit}/cgit/cgit.cgi"; |
306 | env = { | 306 | env = [ |
307 | "CGIT_CONFIG" = "/etc/cgit/git.yggdrasil.li"; | 307 | "CGIT_CONFIG=/etc/cgit/git.yggdrasil.li"; |
308 | }; | 308 | ]; |
309 | socket = "/tmp/git.yggdrasil.li.sock"; | 309 | socket = "/tmp/git.yggdrasil.li.sock"; |
310 | chmod-socket = "660"; | 310 | chmod-socket = "660"; |
311 | chown-socket = "uwsgi:nginx"; | 311 | chown-socket = "uwsgi:nginx"; |
@@ -316,9 +316,9 @@ in rec { | |||
316 | threads = 8; | 316 | threads = 8; |
317 | chdir = "${pkgs.cgit}/cgit"; | 317 | chdir = "${pkgs.cgit}/cgit"; |
318 | cgi = "${pkgs.cgit}/cgit/cgit.cgi"; | 318 | cgi = "${pkgs.cgit}/cgit/cgit.cgi"; |
319 | env = { | 319 | env = [ |
320 | "CGIT_CONFIG" = "/etc/cgit/git.rheperire.org"; | 320 | "CGIT_CONFIG=/etc/cgit/git.rheperire.org"; |
321 | }; | 321 | ]; |
322 | socket = "/tmp/git.rheperire.org.sock"; | 322 | socket = "/tmp/git.rheperire.org.sock"; |
323 | chmod-socket = "660"; | 323 | chmod-socket = "660"; |
324 | chown-socket = "uwsgi:nginx"; | 324 | chown-socket = "uwsgi:nginx"; |