From f2e1f680abcdf1201c82b4a38e92a2fa21a60b17 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 8 Oct 2023 22:11:28 +0200 Subject: Fix syntax? --- host/Rory-nginx/services/cgit.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/host/Rory-nginx/services/cgit.nix b/host/Rory-nginx/services/cgit.nix index 6eae24b..cfe1a27 100644 --- a/host/Rory-nginx/services/cgit.nix +++ b/host/Rory-nginx/services/cgit.nix @@ -44,12 +44,10 @@ let base_cgit_config = { scanPath = "/data/nginx/html_git/.ocp"; nginx.location = "/.ocp/"; nginx.virtualHost = "cgit.rory.gay"; - settings = { - clone-url = (lib.concatStringsSep " " [ + settings.clone-url = (lib.concatStringsSep " " [ "https://git.rory.gay/.ocp/$CGIT_REPO_URL" "ssh://@git.rory.gay:.ocp/$CGIT_REPO_URL" ]); - }; }; } -- cgit 1.4.1