dotfiles/config/instances/config/matrix.nix
2025-01-08 19:06:14 -06:00

22 lines
376 B
Nix
Executable file

{instancesFunctions}: let
inherit
(instancesFunctions)
servicePath
sopsPath
;
matrixLabel = "Matrix";
matrixName = "matrix";
in {
label = matrixLabel;
name = matrixName;
sops = {
path0 = "${sopsPath}/${matrixName}";
};
subdomain = matrixName;
paths = {
path0 = "${servicePath}/${matrixLabel}";
path1 = "";
path2 = "";
};
}