aboutsummaryrefslogtreecommitdiff
path: root/modules/cgit.nix
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2026-07-17 15:30:52 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2026-07-17 15:30:52 +0200
commit43fd6730bc598b5bf60da02f11f41df402acc127 (patch)
tree9e66f61962611f8731af804ff05914494151c221 /modules/cgit.nix
parent56586c5d5f75afafc630869a25811d4988a93f3a (diff)
Added the cgit fix
Diffstat (limited to 'modules/cgit.nix')
-rw-r--r--modules/cgit.nix3
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;
}