diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-09 15:10:01 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-09 15:10:01 -0400 | 
| commit | dc4f16e4f3142bedca72161fed389bbf47665bfb (patch) | |
| tree | dc87f4f715984f2f88c86c4c4430eebf951db911 /modules/git/cgit.nix | |
| parent | f63e10103d9e135bfda2a55a4e3d003b6b53a16e (diff) | |
com->xyz
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 d5b57ec..386301f 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -20,7 +20,7 @@ in {    services.nginx = {      enable = true; -    virtualHosts."git.compromyse.com" = { +    virtualHosts."git.compromyse.xyz" = {        # forceSSL = true;        # enableACME = true;        root = "${pkgs.cgit}/cgit"; | 
