From 0598236822c8ac36f8028c89d4b79f4f6b251a72 Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 21 Apr 2023 15:22:47 +0300 Subject: dont rememeber --- hosts/vps/git.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hosts/vps/git.nix') diff --git a/hosts/vps/git.nix b/hosts/vps/git.nix index 06a8af2..e334aeb 100644 --- a/hosts/vps/git.nix +++ b/hosts/vps/git.nix @@ -33,7 +33,7 @@ group = "fcgiwrap"; }; caddy = { - virtualHosts."http://95.179.168.209".extraConfig = '' + virtualHosts."tzlil.net".extraConfig = '' bind 0.0.0.0 ${config.website.defaultHeaders} handle_path /cgit/* { @@ -59,12 +59,12 @@ favicon = "/favicon.ico"; clone-url = pkgs.lib.concatStringsSep " " [ "http://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL" - "ssh://git@git.example.com:$CGIT_REPO_URL" + "ssh://git@tzlil.net:$CGIT_REPO_URL" ]; enable-log-filecount = 1; enable-log-linecount = 1; enable-git-config = 1; - root-title = "git.example.com"; + root-title = "tzlil.net"; root-desc = "Tzlil's Git Repositories"; scan-path = "/home/git"; about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.py"; @@ -75,6 +75,7 @@ } } } + } ''; }; }; -- cgit 1.4.1