feat: matrix prepare move to poland

This commit is contained in:
2026-05-25 07:48:16 +00:00
parent e29f09a694
commit 4ce1945abe
3 changed files with 60 additions and 60 deletions

View File

@@ -34,6 +34,9 @@ in {
role = "standby";
matrixDomain = "accord.tube";
signingKeyFile = config.sops.secrets."matrix/signing-key".path;
secretsFile = config.sops.secrets."matrix/secrets".path;
turnSecretFile = config.sops.secrets."matrix/turn-secret".path;
publicIp = "91.198.166.181";
objectStorage.s3 = {
bucket = "matrix-hectic-lab";
regionName = "hel1";
@@ -179,6 +182,17 @@ in {
mode = "0400";
sopsFile = "${flake}/sus/matrix-cluster.yaml";
};
sops.secrets."matrix/secrets" = {
key = "matrix/secrets";
owner = "matrix-synapse";
mode = "0400";
sopsFile = "${flake}/sus/matrix-cluster.yaml";
};
sops.secrets."matrix/turn-secret" = {
key = "matrix/turn-secret";
mode = "0400";
sopsFile = "${flake}/sus/matrix-cluster.yaml";
};
sops.secrets."matrix/porkbun-api-key" = {
key = "matrix/porkbun-api-key";
mode = "0400";