This commit is contained in:
Lilith 2025-04-02 02:18:16 +02:00
parent 592e4f68a9
commit 9c6d103869
Signed by: lilith
GPG key ID: 8712A0F317C37175
7 changed files with 72 additions and 39 deletions

View file

@ -28,11 +28,27 @@
hostName = "lilith-server-builder";
system = "x86_64-linux";
protocol = "ssh-ng";
speedFactor = 1;
supportedFeatures = [
"kvm"
"big-parallel"
"nixos-test"
"benchmark"
];
}
{
hostName = "lilith-pc";
system = "x86_64-linux";
protocol = "ssh-ng";
speedFactor = 2;
supportedFeatures = [
"kvm"
"big-parallel"
"nixos-test"
"benchmark"
];
}
];
};