From d26393fae0c188fb77d5dcbba1b3b845f6cc4ab0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 16 Nov 2023 02:03:56 -0700 Subject: [PATCH] [NixOS] Remove port from gitea nginx --- nixos/gitea.nix | 1 - 1 file changed, 1 deletion(-) 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."/" = {