diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2026-07-17 15:34:10 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2026-07-17 15:34:10 +0200 |
| commit | efe8007b3f3366241fd589e3bccfc7aadbfacd65 (patch) | |
| tree | c997d49fa5da484ad4026b7b094fc7067917de93 | |
| parent | 43fd6730bc598b5bf60da02f11f41df402acc127 (diff) | |
Added the cgit fix for scan path
| -rw-r--r-- | modules/cgit.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/cgit.nix b/modules/cgit.nix index 318ae9c..3ae8e73 100644 --- a/modules/cgit.nix +++ b/modules/cgit.nix @@ -37,9 +37,8 @@ # cgit web interface served via nginx + fcgiwrap services.cgit."git.karanj.com" = { enable = true; + scanPath = "/srv/git"; settings = { - # Repository root - scan-path = "/srv/git"; # Site branding root-title = "karanj.com git"; |
