From 3b929c0f981a8c438876f1adba0ac4c44edc6bac Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 30 Apr 2024 12:56:08 +0300 Subject: [PATCH] Number ports saner-ly --- hosts/cube/forgejo/default.nix | 2 +- hosts/cube/matrix/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/cube/forgejo/default.nix b/hosts/cube/forgejo/default.nix index aff2df2..f3fd629 100644 --- a/hosts/cube/forgejo/default.nix +++ b/hosts/cube/forgejo/default.nix @@ -5,7 +5,7 @@ let fqdn = "git.${domain}"; - port = 8004; + port = 8001; in systemConfiguration { secrets.forgejoMailPassword = { file = ../mail/password.plain.age; diff --git a/hosts/cube/matrix/default.nix b/hosts/cube/matrix/default.nix index 3e4e90d..75c4681 100644 --- a/hosts/cube/matrix/default.nix +++ b/hosts/cube/matrix/default.nix @@ -33,8 +33,8 @@ let locations."/assets/".extraConfig = "return 301 https://${domain}$request_uri;"; }; - synapsePort = 8001; - syncPort = 8002; + synapsePort = 8002; + syncPort = 8003; in serverSystemConfiguration { secrets.matrixSecret = { file = ./password.secret.age;