From 019f724a4960d2dfc2e48b7d4f7e3e04f8747641 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:55:27 +0200 Subject: Update cgit.nix --- nixos/hosts/bin/components/cgit.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/hosts/bin/components') 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"; }; }; } -- cgit v1.3.1