From 1a69faf85d3e255c39a7e534c9588229474dabca Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 1 Oct 2023 13:54:34 -0600 Subject: [PATCH] [NixOS] Swap secure and insecure ports for gitea --- nixos/gitea.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."/" = {