diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-17 18:37:44 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-17 18:37:44 +0200 |
| commit | 3309695412d98c85007a1e1ea235e37ca60c25fe (patch) | |
| tree | 3d7bf40f94b816242baef8f479bedcb5dbcacfa8 /modules | |
| parent | a5a10ce5f54354dfd1addefb8591df981d5fd8bb (diff) | |
Fixed port for cgit
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/cgit.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/cgit.nix b/modules/cgit.nix index aa9960e..058fc79 100644 --- a/modules/cgit.nix +++ b/modules/cgit.nix @@ -62,4 +62,9 @@ }; }; + services.nginx.virtualHosts."git.karanj.com" = { + forceSSL = false; + enableACME = false; + listen = [ { addr = "127.0.0.1"; port = 8086; } ]; + }; } |
