diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-29 15:20:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-29 15:20:23 +0200 |
| commit | 647190d62d601ffdc5548226297be51e42a61e11 (patch) | |
| tree | 9c7727fddab08a7d5f312e6e7a6ce21ba400e2c7 /nixos/hosts/bin/components | |
| parent | 06c69fc5a450353892970e50dfaddc34062d6911 (diff) | |
Update cgit.nix
Diffstat (limited to 'nixos/hosts/bin/components')
| -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; |
