diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-09 21:23:36 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-09 21:23:36 -0400 | 
| commit | ff715e831ed995e5d16bd0bf4b79f58fd6768338 (patch) | |
| tree | 1cd064ec383f097db437d08cf9225813de4a51b0 | |
| parent | bd2e8bc829a88fa0c72564fb9318e53fa8985078 (diff) | |
fix virtualHost prop
Diffstat (limited to '')
| -rw-r--r-- | modules/git/cgit.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index 59bb07c..9f6cec3 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -16,6 +16,6 @@ in {        enable-log-filecount = 1;        enable-log-linecount = 1;      }; -    virtualHost = "git.compromyse.xyz" +    virtualHost = "git.compromyse.xyz";    };  } | 
