diff --git a/.vscode/settings.json b/.vscode/settings.json index a50732f..5d3a962 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,7 +40,6 @@ "cgroupdriver", "charliermarsh", "Checkpointing", - "cloudflared", "codellama", "codezombiech", "compactmode", diff --git a/systems/jeeves/services/gitea.nix b/systems/jeeves/services/gitea.nix index 6803cc8..fb1bd71 100644 --- a/systems/jeeves/services/gitea.nix +++ b/systems/jeeves/services/gitea.nix @@ -2,7 +2,7 @@ let vars = import ../vars.nix; in { - networking.firewall.allowedTCPPorts = [ 6443 ]; + networking.firewall.allowedTCPPorts = [ 6443 2223 ]; services.gitea = { enable = true; @@ -24,7 +24,7 @@ in ROOT_URL = "https://gitea.tmmworkshop.com/"; HTTP_PORT = 6443; SSH_PORT = 2223; - SSH_LISTEN_PORT = 2224; + SSH_LISTEN_PORT = 2223; START_SSH_SERVER = true; PUBLIC_URL_DETECTION = "auto"; };