diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2026-06-07 01:04:16 +0200 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2026-06-07 01:04:16 +0200 |
| commit | b62e7be5219d53359f4c7b5ca4dd651ebd8fdc1f (patch) | |
| tree | 356f1819808b637b0cea6bc0da223c70ee6781f9 /tharos/cgit.nix | |
| parent | 2a6e007837e19185ff3359f39d0244109edb48b5 (diff) | |
Nixpkgs update
Diffstat (limited to 'tharos/cgit.nix')
| -rw-r--r-- | tharos/cgit.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tharos/cgit.nix b/tharos/cgit.nix index e23c10c..241bb63 100644 --- a/tharos/cgit.nix +++ b/tharos/cgit.nix @@ -45,6 +45,7 @@ services.cgit.infra = rec { enable = true; nginx.virtualHost = "git.${self.domain}"; + gitHttpBackend.checkExportOkFiles = false; repos.infra = { desc = "Quellcode für die technische Infrastruktur des Stadtteilbeirats Heimfeld"; inherit path; |
