From 7b48803f9d45479f4da0c7be36971762c029bdaa Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 19 Jun 2017 22:52:11 +0200 Subject: =?UTF-8?q?=E2=80=A6=20weirdly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ymir.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ymir.nix b/ymir.nix index 3979dc70..c886971d 100644 --- a/ymir.nix +++ b/ymir.nix @@ -303,9 +303,9 @@ in rec { threads = 8; chdir = "${pkgs.cgit}/cgit"; cgi = "${pkgs.cgit}/cgit/cgit.cgi"; - env = { - "CGIT_CONFIG" = "/etc/cgit/git.yggdrasil.li"; - }; + env = [ + "CGIT_CONFIG=/etc/cgit/git.yggdrasil.li"; + ]; socket = "/tmp/git.yggdrasil.li.sock"; chmod-socket = "660"; chown-socket = "uwsgi:nginx"; @@ -316,9 +316,9 @@ in rec { threads = 8; chdir = "${pkgs.cgit}/cgit"; cgi = "${pkgs.cgit}/cgit/cgit.cgi"; - env = { - "CGIT_CONFIG" = "/etc/cgit/git.rheperire.org"; - }; + env = [ + "CGIT_CONFIG=/etc/cgit/git.rheperire.org"; + ]; socket = "/tmp/git.rheperire.org.sock"; chmod-socket = "660"; chown-socket = "uwsgi:nginx"; -- cgit v1.2.3