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 = [
|
imports = [
|
||||||
../lib/zfs.nix
|
../lib/zfs.nix
|
||||||
../lib/bgp.nix
|
../lib/bgp.nix
|
||||||
|
../lib/whitby-distributed.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd = {
|
boot.initrd = {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
hostName = "whitby";
|
hostName = "whitby";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
maxJobs = 64;
|
maxJobs = 64;
|
||||||
speedFactor = 2;
|
speedFactor = 4;
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue