diff --git a/nixos/gitea.nix b/nixos/gitea.nix index e0991e6e..e9145ca2 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -27,7 +27,7 @@ makeEnable config "modules.gitea" false { ssl = true; }]; locations."/" = { - proxyPass = "http://localhost:3000"; + proxyPass = "http://localhost:3001"; }; }; };