diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-30 13:55:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 13:55:27 +0200 |
| commit | 019f724a4960d2dfc2e48b7d4f7e3e04f8747641 (patch) | |
| tree | c786f8405a6fa73440b08d4628f667ebd93bd0d3 /nixos/hosts | |
| parent | aaa6c5a2e91aaba06dd8ec7d99017649bbf3a059 (diff) | |
Update cgit.nix
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/bin/components/cgit.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/hosts/bin/components/cgit.nix b/nixos/hosts/bin/components/cgit.nix index 8a797bc..7aaaf06 100644 --- a/nixos/hosts/bin/components/cgit.nix +++ b/nixos/hosts/bin/components/cgit.nix @@ -1,13 +1,13 @@ { services.nginx = { enable = true; - virtualHosts."5.231.118.254" = {}; + virtualHosts."5.231.118.153" = {}; }; services.cgit.tight = { enable = true; scanPath = "/srv/git"; - nginx.virtualHost = "5.231.118.254"; + nginx.virtualHost = "5.231.118.153"; gitHttpBackend = { enable = true; checkExportOkFiles = false; @@ -19,7 +19,7 @@ enable-commit-graph = 1; enable-log-filecount = 1; enable-log-linecount = 1; - clone-prefix = "http://5.231.118.254"; + clone-prefix = "http://5.231.118.153"; }; }; } |
