diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-02-19 01:16:39 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-02-19 01:16:39 +0000 |
| commit | 213504a2da6454b0e63c203a2452d023822e67b7 (patch) | |
| tree | 40d25f5b19d36ce1ad3624c579ee96cc5d377087 /modules | |
| parent | 097bb4a71f418def6ef233e9616b54956acd60c5 (diff) | |
so the main issue with the reverse proxy was that bosco was brokie and couldn't build nixos, working now
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nixos/cgit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/cgit.nix b/modules/nixos/cgit.nix index 3b4d070..a260c87 100644 --- a/modules/nixos/cgit.nix +++ b/modules/nixos/cgit.nix @@ -38,7 +38,7 @@ in { # This is for hosting on bosco enable = true; email = "${email}"; virtualHosts."git.myrmexia.xyz".extraConfig = '' - "reverse_proxy http://localhost:8081" + reverse_proxy http://localhost:8081 ''; # # reverse_proxy http://localhost:${toString config.services.cgit.port} '' }; |
