From 5f417add31c1beb35e79bf59af9466fc29e5fd5d Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 23 Nov 2025 15:19:16 +0100 Subject: [PATCH] set desktop1 kernel's to latest --- hosts/desktop1/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/desktop1/hardware-configuration.nix b/hosts/desktop1/hardware-configuration.nix index 47272f0..c8b6c3d 100644 --- a/hosts/desktop1/hardware-configuration.nix +++ b/hosts/desktop1/hardware-configuration.nix @@ -14,6 +14,8 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; + boot.kernelPackages = pkgs.linuxPackages_latest; + boot.initrd.availableKernelModules = [ "xhci_pci" "ahci"