Configure Matrix host

Co-authored-by: julian <julian@jsts.xyz>
This commit is contained in:
yuri 2023-10-06 05:33:28 +02:00 committed by Jannes Grzebien
commit 58d529d0ba
7 changed files with 203 additions and 0 deletions

View file

@ -76,6 +76,20 @@
./config/hosts/netbox
];
};
matrix = {
deployment = {
targetHost = "matrix-intern.hamburg.ccc.de";
targetPort = 22;
targetUser = "colmena-deploy";
tags = [ "chaosknoten" ];
};
imports = [
./config/common
./config/proxmox-vm
./config/hosts/matrix
];
};
};
packages.x86_64-linux = {