diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2026-07-17 15:30:52 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2026-07-17 15:30:52 +0200 |
| commit | 43fd6730bc598b5bf60da02f11f41df402acc127 (patch) | |
| tree | 9e66f61962611f8731af804ff05914494151c221 | |
| parent | 56586c5d5f75afafc630869a25811d4988a93f3a (diff) | |
Added the cgit fix
| -rw-r--r-- | modules/cgit.nix | 3 |
1 files changed, 0 insertions, 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; } |
