diff options
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -307,8 +307,6 @@ in rec { | |||
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"; | ||
311 | chown-socket = "uwsgi:nginx"; | ||
312 | }; | 310 | }; |
313 | "git.rheperire.org" = { | 311 | "git.rheperire.org" = { |
314 | type = "normal"; | 312 | type = "normal"; |
@@ -320,8 +318,6 @@ in rec { | |||
320 | "CGIT_CONFIG=/etc/cgit/git.rheperire.org" | 318 | "CGIT_CONFIG=/etc/cgit/git.rheperire.org" |
321 | ]; | 319 | ]; |
322 | socket = "/tmp/git.rheperire.org.sock"; | 320 | socket = "/tmp/git.rheperire.org.sock"; |
323 | chmod-socket = "660"; | ||
324 | chown-socket = "uwsgi:nginx"; | ||
325 | }; | 321 | }; |
326 | }; | 322 | }; |
327 | }; | 323 | }; |