build
This commit is contained in:
parent
2c6495ed52
commit
0057730958
2 changed files with 30 additions and 24 deletions
|
|
@ -30,6 +30,8 @@
|
|||
buildMachines = [
|
||||
{
|
||||
hostName = "lilith-server-builder";
|
||||
sshUser = "nixremote";
|
||||
sshKey = "/root/.ssh/nixremote";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
|
||||
|
|
@ -43,6 +45,8 @@
|
|||
}
|
||||
{
|
||||
hostName = "lilith-pc-builder";
|
||||
sshUser = "nixremote";
|
||||
sshKey = "/root/.ssh/nixremote";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
|
||||
|
|
@ -56,6 +60,8 @@
|
|||
}
|
||||
{
|
||||
hostName = "lilith-pad-builder";
|
||||
sshUser = "nixremote";
|
||||
sshKey = "/root/.ssh/nixremote";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue