mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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}";
|
fqdn = "git.${domain}";
|
||||||
|
|
||||||
port = 8004;
|
port = 8001;
|
||||||
in systemConfiguration {
|
in systemConfiguration {
|
||||||
secrets.forgejoMailPassword = {
|
secrets.forgejoMailPassword = {
|
||||||
file = ../mail/password.plain.age;
|
file = ../mail/password.plain.age;
|
||||||
|
|
|
@ -33,8 +33,8 @@ let
|
||||||
locations."/assets/".extraConfig = "return 301 https://${domain}$request_uri;";
|
locations."/assets/".extraConfig = "return 301 https://${domain}$request_uri;";
|
||||||
};
|
};
|
||||||
|
|
||||||
synapsePort = 8001;
|
synapsePort = 8002;
|
||||||
syncPort = 8002;
|
syncPort = 8003;
|
||||||
in serverSystemConfiguration {
|
in serverSystemConfiguration {
|
||||||
secrets.matrixSecret = {
|
secrets.matrixSecret = {
|
||||||
file = ./password.secret.age;
|
file = ./password.secret.age;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue