1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Number ports saner-ly

This commit is contained in:
RGBCube 2024-04-30 12:56:08 +03:00
parent 1eb906e040
commit 3b929c0f98
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ let
fqdn = "git.${domain}";
port = 8004;
port = 8001;
in systemConfiguration {
secrets.forgejoMailPassword = {
file = ../mail/password.plain.age;

View file

@ -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;