diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 00:51:21 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 00:51:21 +0100 |
commit | e3910619ebc44e81070b4b817f3c713fbc6c428c (patch) | |
tree | 0053eb87216cfb4a61068b16b9d9120fff737160 | |
parent | 14b548499a1b18725ed56009c138cc284a4eb693 (diff) | |
download | nixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.tar nixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.tar.gz nixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.tar.bz2 nixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.tar.xz nixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.zip |
syntax
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -179,6 +179,7 @@ in rec { | |||
179 | type = "emperor"; | 179 | type = "emperor"; |
180 | vassals = { | 180 | vassals = { |
181 | cgit = { | 181 | cgit = { |
182 | type = "normal"; | ||
182 | processes = 1; | 183 | processes = 1; |
183 | threads = 8; | 184 | threads = 8; |
184 | cgi = "${pkgs.cgit}/bin/cgit"; | 185 | cgi = "${pkgs.cgit}/bin/cgit"; |