diff options
author | Rory&::Emma <root@rory.gay> | 2024-02-25 08:49:41 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2024-02-25 08:49:41 +0000 |
commit | 2a2113e709c5978dd6b86c9a88fb0af5106d1355 (patch) | |
tree | 0bbb2ee4e4328ba49390c4764b50ce85111c8d75 /host/Rory-nginx/services/cgit.nix | |
parent | Fix postgres config (diff) | |
download | Rory-Open-Architecture-2a2113e709c5978dd6b86c9a88fb0af5106d1355.tar.xz |
Update from server
Diffstat (limited to 'host/Rory-nginx/services/cgit.nix')
-rw-r--r-- | host/Rory-nginx/services/cgit.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/cgit.nix b/host/Rory-nginx/services/cgit.nix index 686da78..dbab79c 100644 --- a/host/Rory-nginx/services/cgit.nix +++ b/host/Rory-nginx/services/cgit.nix @@ -13,7 +13,7 @@ let base_cgit_config = { about-filter = "${pkgs.cgit-pink}/lib/cgit/filters/about-formatting.sh"; source-filter = "${pkgs.cgit-pink}/lib/cgit/filters/syntax-highlighting.py"; clone-url = (lib.concatStringsSep " " [ - "https://git.rory.gay/$CGIT_REPO_URL" + "https://cgit.rory.gay/$CGIT_REPO_URL" "ssh://<user>@git.rory.gay:$CGIT_REPO_URL" ]); enable-log-filecount = 1; @@ -45,7 +45,7 @@ let base_cgit_config = { scanPath = "/data/nginx/html_git/.ocp"; nginx.location = "/.ocp/"; settings.clone-url = (lib.concatStringsSep " " [ - "https://git.rory.gay/.ocp/$CGIT_REPO_URL" + "https://cgit.rory.gay/.ocp/$CGIT_REPO_URL" "ssh://<user>@git.rory.gay:.ocp/$CGIT_REPO_URL" ]); }; |