aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-07-17 15:58:21 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2026-07-17 15:58:21 +0200
commit76f9d04f0082b2d50af2e2df0043c3e6525671c0 (patch)
tree0ee8b43ed22d8229056f39d3d5feef108344f48c
parenta3c3d353e8494ea04ae4235961037e97bdfd0d5f (diff)
Added the HTTP access
-rw-r--r--modules/cgit.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/cgit.nix b/modules/cgit.nix
index 3ae8e73..aa9960e 100644
--- a/modules/cgit.nix
+++ b/modules/cgit.nix
@@ -38,10 +38,11 @@
services.cgit."git.karanj.com" = {
enable = true;
scanPath = "/srv/git";
+ gitHttpBackend.checkExportOkFiles = false;
settings = {
# Site branding
- root-title = "karanj.com git";
+ root-title = "karan's git";
root-desc = "personal git repositories";
# Enable common features