mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-13 15:24:39 -05:00
refactor: standardized instance records
This commit is contained in:
parent
6b2a601776
commit
a32993db4c
40 changed files with 310 additions and 239 deletions
|
@ -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 = "";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue