summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--host/Rory-ovh/services/cgit.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-ovh/services/cgit.nix b/host/Rory-ovh/services/cgit.nix

index 8915ad2..dad6f3f 100644 --- a/host/Rory-ovh/services/cgit.nix +++ b/host/Rory-ovh/services/cgit.nix
@@ -45,7 +45,7 @@ let in { services.cgit."main" = base_cgit_config; - servicse.fcgiwrap.instances."cgit-main".process.prefork = 32; + services.fcgiwrap.instances."cgit-main".process.prefork = 32; services.cgit."ocp" = lib.attrsets.recursiveUpdate base_cgit_config { scanPath = "/data/git/.ocp"; @@ -57,5 +57,5 @@ in ] ); }; - servicse.fcgiwrap.instances."cgit-ocp".process.prefork = 32; + services.fcgiwrap.instances."cgit-ocp".process.prefork = 32; }