From 2f84252868454a4a63ba35c037e170c01f0ca4c5 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 11 May 2025 13:02:34 +0200 Subject: Fix typo --- host/Rory-ovh/services/cgit.nix | 4 ++-- 1 file 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; } -- cgit 1.5.1