diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/cgit.nix | 3 |
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 |
