From 58820658c4fec6128789ac55ef9f6071464d95a9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 19 Jun 2017 22:49:52 +0200 Subject: uwsgi types --- ymir.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ymir.nix b/ymir.nix index 6448c568..a2aadef9 100644 --- a/ymir.nix +++ b/ymir.nix @@ -298,6 +298,7 @@ in rec { type = "emperor"; vassals = { "git.yggdrasil.li" = { + type = "normal"; processes = 1; threads = 8; chdir = "${pkgs.cgit}/cgit"; @@ -308,6 +309,7 @@ in rec { chown-socket = "uwsgi:nginx"; }; "git.rheperire.org" = { + type = "normal"; processes = 1; threads = 8; chdir = "${pkgs.cgit}/cgit"; -- cgit v1.2.3