New node as build machine
This commit is contained in:
parent
a1bc147b90
commit
3542814aa2
4 changed files with 51 additions and 1 deletions
|
|
@ -156,6 +156,14 @@
|
|||
];
|
||||
};
|
||||
|
||||
colmena.deployment = {
|
||||
targetHost = "192.168.1.158";
|
||||
tags = [
|
||||
"lxc"
|
||||
"node"
|
||||
];
|
||||
};
|
||||
|
||||
deadbeef.deployment = {
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue