From 852dc701a30956fd9f64e2f742b2c2f97d7ca69c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 01:33:41 +0100 Subject: well have to include the cgi plugin --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index a592d9f0..8045c1fc 100644 --- a/ymir.nix +++ b/ymir.nix @@ -174,7 +174,7 @@ in rec { services.uwsgi = { enable = true; - plugins = ["python3"]; + plugins = ["python3", "cgi"]; instance = { type = "normal"; processes = 1; -- cgit v1.2.3