fix: matrix

This commit is contained in:
2026-05-25 23:12:05 +00:00
parent 4ce1945abe
commit 92f55320b5
4 changed files with 16 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ in {
hectic.generic.matrix-cluster = {
enable = true;
role = "standby";
role = "primary";
matrixDomain = "accord.tube";
signingKeyFile = config.sops.secrets."matrix/signing-key".path;
secretsFile = config.sops.secrets."matrix/secrets".path;
@@ -190,6 +190,8 @@ in {
};
sops.secrets."matrix/turn-secret" = {
key = "matrix/turn-secret";
owner = "turnserver";
group = "turnserver";
mode = "0400";
sopsFile = "${flake}/sus/matrix-cluster.yaml";
};