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