diff options
-rw-r--r-- | ymir.nix | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -176,16 +176,11 @@ in rec { | |||
176 | enable = true; | 176 | enable = true; |
177 | plugins = []; | 177 | plugins = []; |
178 | instance = { | 178 | instance = { |
179 | type = "emperor"; | 179 | type = "normal"; |
180 | vassals = { | 180 | processes = 1; |
181 | cgit = { | 181 | threads = 8; |
182 | type = "normal"; | 182 | cgi = "${pkgs.cgit}/bin/cgit"; |
183 | processes = 1; | 183 | socket = "cgit.sock"; |
184 | threads = 8; | ||
185 | cgi = "${pkgs.cgit}/bin/cgit"; | ||
186 | socket = "cgit.sock"; | ||
187 | }; | ||
188 | }; | ||
189 | }; | 184 | }; |
190 | }; | 185 | }; |
191 | 186 | ||