chore(package): gitea: verify heatmap package build

This commit is contained in:
2026-06-06 23:01:57 +00:00
parent 72168aa8fa
commit 98bb6c568f
6 changed files with 29 additions and 19 deletions
@@ -18,6 +18,7 @@
];
adminNames = [ "yukkop" ];
matrixClusterSopsFile = flake + "/sus/matrix-cluster.yaml";
cfg = config.hectic.generic.matrix-cluster;
in {
@@ -39,7 +40,7 @@ in {
value = {
key = "matrix/users/${name}/password";
owner = "matrix-synapse";
sopsFile = "${flake}/sus/matrix-cluster.yaml";
sopsFile = matrixClusterSopsFile;
};
}) userNames
);