New node as build machine

This commit is contained in:
pazpi 2025-01-12 22:28:11 +01:00
parent a1bc147b90
commit 3542814aa2
4 changed files with 51 additions and 1 deletions

View file

@ -156,6 +156,14 @@
];
};
colmena.deployment = {
targetHost = "192.168.1.158";
tags = [
"lxc"
"node"
];
};
deadbeef.deployment = {
allowLocalDeployment = true;
targetHost = null;