ops/nixos: add whitby-distributed to clouvider-lon01
This commit is contained in:
parent
08881b5db4
commit
23e97ff266
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ in {
|
|||
imports = [
|
||||
../lib/zfs.nix
|
||||
../lib/bgp.nix
|
||||
../lib/whitby-distributed.nix
|
||||
];
|
||||
|
||||
boot.initrd = {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
hostName = "whitby";
|
||||
system = "x86_64-linux";
|
||||
maxJobs = 64;
|
||||
speedFactor = 2;
|
||||
speedFactor = 4;
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
mandatoryFeatures = [ ];
|
||||
}];
|
||||
|
|
Loading…
Reference in a new issue