refactor: standardized instance records

This commit is contained in:
Nick 2025-06-22 11:51:36 -05:00
parent 6b2a601776
commit a32993db4c
40 changed files with 310 additions and 239 deletions

View file

@ -5,18 +5,18 @@ let
sopsPath
;
matrixLabel = "Matrix";
matrixName = "matrix";
label = "Matrix";
name = "matrix";
in
{
label = matrixLabel;
name = matrixName;
label = label;
name = name;
sops = {
path0 = "${sopsPath}/${matrixName}";
path0 = "${sopsPath}/${name}";
};
subdomain = matrixName;
subdomain = name;
paths = {
path0 = "${servicePath}/${matrixLabel}";
path0 = "${servicePath}/${label}";
path1 = "";
path2 = "";
};