nushell
This commit is contained in:
parent
592e4f68a9
commit
9c6d103869
7 changed files with 72 additions and 39 deletions
|
|
@ -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"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue