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:
parent
1eb906e040
commit
3b929c0f98
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ let
|
|||
|
||||
fqdn = "git.${domain}";
|
||||
|
||||
port = 8004;
|
||||
port = 8001;
|
||||
in systemConfiguration {
|
||||
secrets.forgejoMailPassword = {
|
||||
file = ../mail/password.plain.age;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue