diff --git a/nixos/gitea.nix b/nixos/gitea.nix index d5860904..d1ffbf4c 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -24,7 +24,6 @@ makeEnable config "modules.gitea" false { forceSSL = true; listen = [{ addr = "0.0.0.0"; - port = 3000; ssl = true; }]; locations."/" = {