From 43fd6730bc598b5bf60da02f11f41df402acc127 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 17 Jul 2026 15:30:52 +0200 Subject: Added the cgit fix --- modules/cgit.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/cgit.nix b/modules/cgit.nix index 90cf21b..318ae9c 100644 --- a/modules/cgit.nix +++ b/modules/cgit.nix @@ -62,7 +62,4 @@ }; }; - # fcgiwrap is needed to run cgit's CGI scripts; the cgit module enables it - # automatically, but we make it explicit here for clarity. - services.fcgiwrap.enable = true; } -- cgit v1.3.1