diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-06-19 23:01:19 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-06-19 23:01:19 +0200 |
| commit | 8df99af0953cbf0c6669077d5a35f88d2a7bb3c6 (patch) | |
| tree | 1022751674025890f0e0e16b728e68e269a3fbf0 | |
| parent | 0627a89accc5a242da1a022c3bb16b08b116504e (diff) | |
| download | nixos-8df99af0953cbf0c6669077d5a35f88d2a7bb3c6.tar nixos-8df99af0953cbf0c6669077d5a35f88d2a7bb3c6.tar.gz nixos-8df99af0953cbf0c6669077d5a35f88d2a7bb3c6.tar.bz2 nixos-8df99af0953cbf0c6669077d5a35f88d2a7bb3c6.tar.xz nixos-8df99af0953cbf0c6669077d5a35f88d2a7bb3c6.zip | |
uwsgi can chmod
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -307,6 +307,7 @@ 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"; | ||
| 310 | }; | 311 | }; |
| 311 | "git.rheperire.org" = { | 312 | "git.rheperire.org" = { |
| 312 | type = "normal"; | 313 | type = "normal"; |
| @@ -318,6 +319,7 @@ in rec { | |||
| 318 | "CGIT_CONFIG=/etc/cgit/git.rheperire.org" | 319 | "CGIT_CONFIG=/etc/cgit/git.rheperire.org" |
| 319 | ]; | 320 | ]; |
| 320 | socket = "/tmp/git.rheperire.org.sock"; | 321 | socket = "/tmp/git.rheperire.org.sock"; |
| 322 | chmod-socket = "660"; | ||
| 321 | }; | 323 | }; |
| 322 | }; | 324 | }; |
| 323 | }; | 325 | }; |
