summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 00:51:21 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 00:51:21 +0100
commite3910619ebc44e81070b4b817f3c713fbc6c428c (patch)
tree0053eb87216cfb4a61068b16b9d9120fff737160
parent14b548499a1b18725ed56009c138cc284a4eb693 (diff)
downloadnixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.tar
nixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.tar.gz
nixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.tar.bz2
nixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.tar.xz
nixos-e3910619ebc44e81070b4b817f3c713fbc6c428c.zip
syntax
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index c189ee29..d83b925d 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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";