From 27277541e0654b1e42cdb84d79b749faafefaac6 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 28 Aug 2022 18:00:30 +0200 Subject: Phobos+VM: Switch to latest kernel --- hosts/phobos/hardware.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/phobos/hardware.nix') diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix index cf95556..7065ecc 100644 --- a/hosts/phobos/hardware.nix +++ b/hosts/phobos/hardware.nix @@ -12,6 +12,7 @@ in availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" "sdhci_pci" ]; kernelModules = [ ]; }; + kernelPackages = pkgs.linuxPackages_latest; kernelModules = [ "kvm_intel" ]; extraModulePackages = [ ]; kernelParams = [ "net.ifnames=0" "biosdevname=0" "iomem=relaxed" "mitigations=off" ]; -- cgit 1.4.1