diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-08 21:48:37 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-08 21:48:37 +0200 |
commit | 11d5f4a08fd1cfd95cb6ec23d0b8f21d63febcc0 (patch) | |
tree | 315b9c5797814d4392f5a9287edb2722e2c91093 | |
parent | Fix syntax? (diff) | |
download | Rory-Open-Architecture-11d5f4a08fd1cfd95cb6ec23d0b8f21d63febcc0.tar.xz |
Fix syntax?
-rw-r--r-- | host/Rory-nginx/services/cgit.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/cgit.nix b/host/Rory-nginx/services/cgit.nix index b99a400..6eae24b 100644 --- a/host/Rory-nginx/services/cgit.nix +++ b/host/Rory-nginx/services/cgit.nix @@ -43,6 +43,7 @@ let base_cgit_config = { services.cgit."ocp" = base_cgit_config // { scanPath = "/data/nginx/html_git/.ocp"; nginx.location = "/.ocp/"; + nginx.virtualHost = "cgit.rory.gay"; settings = { clone-url = (lib.concatStringsSep " " [ "https://git.rory.gay/.ocp/$CGIT_REPO_URL" |