summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";