SQ norman
This commit is contained in:
parent
570571d7ed
commit
0647268dd7
|
@ -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 = [];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue