diff --git a/nixos/gitea.nix b/nixos/gitea.nix index 572cc053..e0991e6e 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -7,7 +7,7 @@ makeEnable config "modules.gitea" false { settings.server = { DOMAIN = "1896Folsom.duckdns.org"; SSH_PORT = 1123; - HTTP_PORT = 3000; + HTTP_PORT = 3001; }; settings.actions = { ENABLED = true; @@ -23,7 +23,7 @@ makeEnable config "modules.gitea" false { forceSSL = true; listen = [{ addr = "0.0.0.0"; - port = 3001; + port = 3000; ssl = true; }]; locations."/" = {