This commit is contained in:
Lilith 2026-06-21 14:34:07 +02:00
parent 2c6495ed52
commit 0057730958
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
2 changed files with 30 additions and 24 deletions

View file

@ -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";