ops/nixos: add whitby-distributed to clouvider-lon01

This commit is contained in:
Luke Granger-Brown 2020-11-30 23:21:56 +00:00
parent 08881b5db4
commit 23e97ff266
2 changed files with 2 additions and 1 deletions

View file

@ -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 = {

View file

@ -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 = [ ];
}]; }];