From 0647268dd74a4dabe70018dd29355536f77e2bc4 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sat, 15 Apr 2023 16:37:55 +0200 Subject: [PATCH] SQ norman --- hosts/norman/builder.nix | 4 ++-- hosts/norman/hardware-configuration.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/norman/builder.nix b/hosts/norman/builder.nix index 3aa92d11..ac30c4c6 100644 --- a/hosts/norman/builder.nix +++ b/hosts/norman/builder.nix @@ -12,8 +12,8 @@ { hostName = "builder"; systems = ["x86_64-linux" "aarch64-linux" "i686-linux"]; - maxJobs = 20; - speedFactor = 2; + maxJobs = 40; + speedFactor = 20; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; mandatoryFeatures = []; } diff --git a/hosts/norman/hardware-configuration.nix b/hosts/norman/hardware-configuration.nix index 84219ca6..2b6778e7 100644 --- a/hosts/norman/hardware-configuration.nix +++ b/hosts/norman/hardware-configuration.nix @@ -15,7 +15,7 @@ boot.kernelModules = ["kvm-intel"]; boot.extraModulePackages = []; - boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.grub.trustedBoot = { enable = true; systemHasTPM = "YES_TPM_is_activated";