summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 01:33:41 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 01:33:41 +0100
commit852dc701a30956fd9f64e2f742b2c2f97d7ca69c (patch)
treed986c067e5263fe1677ecc8c001cfa3f5e6770a3
parent1c7d3101374598a7a537cfe6e3352e858bd24d48 (diff)
downloadnixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.tar
nixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.tar.gz
nixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.tar.bz2
nixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.tar.xz
nixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.zip
well have to include the cgi plugin
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index a592d9f0..8045c1fc 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -174,7 +174,7 @@ in rec {
174 174
175 services.uwsgi = { 175 services.uwsgi = {
176 enable = true; 176 enable = true;
177 plugins = ["python3"]; 177 plugins = ["python3", "cgi"];
178 instance = { 178 instance = {
179 type = "normal"; 179 type = "normal";
180 processes = 1; 180 processes = 1;