From 8df99af0953cbf0c6669077d5a35f88d2a7bb3c6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 19 Jun 2017 23:01:19 +0200 Subject: uwsgi can chmod --- ymir.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ymir.nix b/ymir.nix index 256cca71..0fa7d022 100644 --- a/ymir.nix +++ b/ymir.nix @@ -307,6 +307,7 @@ in rec { "CGIT_CONFIG=/etc/cgit/git.yggdrasil.li" ]; socket = "/tmp/git.yggdrasil.li.sock"; + chmod-socket = "660"; }; "git.rheperire.org" = { type = "normal"; @@ -318,6 +319,7 @@ in rec { "CGIT_CONFIG=/etc/cgit/git.rheperire.org" ]; socket = "/tmp/git.rheperire.org.sock"; + chmod-socket = "660"; }; }; }; -- cgit v1.2.3