Move matrix secrets to central secrets location

This commit is contained in:
Eli Ribble 2025-08-27 16:16:41 +00:00
parent 684f7e0910
commit 2e07572759
2 changed files with 1 additions and 1 deletions

View file

@ -62,7 +62,7 @@ in {
key = "";
owner = "matrix-synapse";
restartUnits = [ "matrix-synapse.service" ];
sopsFile = ./host/corp/secrets/matrix.yaml;
sopsFile = ../../secrets/matrix.yaml;
};
};
}