diff options
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/components/cgit.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/hosts/bin/components/cgit.nix b/nixos/hosts/bin/components/cgit.nix index 5b6e75c..8a797bc 100644 --- a/nixos/hosts/bin/components/cgit.nix +++ b/nixos/hosts/bin/components/cgit.nix @@ -4,7 +4,7 @@ virtualHosts."5.231.118.254" = {}; }; - services.cgit.blind = { + services.cgit.tight = { enable = true; scanPath = "/srv/git"; nginx.virtualHost = "5.231.118.254"; @@ -13,7 +13,7 @@ checkExportOkFiles = false; }; settings = { - root-title = "blind"; + root-title = "tight"; root-desc = ""; enable-index-owner = 0; enable-commit-graph = 1; |
