SQ norman

This commit is contained in:
Hendrik Sokolowski 2023-04-15 16:37:55 +02:00
parent 570571d7ed
commit 0647268dd7
2 changed files with 3 additions and 3 deletions

View file

@ -12,8 +12,8 @@
{ {
hostName = "builder"; hostName = "builder";
systems = ["x86_64-linux" "aarch64-linux" "i686-linux"]; systems = ["x86_64-linux" "aarch64-linux" "i686-linux"];
maxJobs = 20; maxJobs = 40;
speedFactor = 2; speedFactor = 20;
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
mandatoryFeatures = []; mandatoryFeatures = [];
} }

View file

@ -15,7 +15,7 @@
boot.kernelModules = ["kvm-intel"]; boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = []; boot.extraModulePackages = [];
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.grub.trustedBoot = { boot.loader.grub.trustedBoot = {
enable = true; enable = true;
systemHasTPM = "YES_TPM_is_activated"; systemHasTPM = "YES_TPM_is_activated";