diff options
| author | andromeda <andromeda@lenovo> | 2026-04-19 12:24:55 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-19 12:24:55 +0200 |
| commit | 33d61130c82e99dbc3736a68f66f3c2a3502d2f0 (patch) | |
| tree | 687cec662152431a12bf31189297ff2321408fbf /modules | |
| parent | 2783860e4ec26caa82af5966773659270caa6664 (diff) | |
update kernel
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nixos/machines/lenovo.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/machines/lenovo.nix b/modules/nixos/machines/lenovo.nix index 537c5e5..c2ac6c0 100644 --- a/modules/nixos/machines/lenovo.nix +++ b/modules/nixos/machines/lenovo.nix @@ -8,6 +8,7 @@ imports = [(modulesPath + "/installer/scan/not-detected.nix")]; boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "sdhci_pci"]; boot.initrd.kernelModules = []; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelModules = ["kvm-intel"]; boot.extraModulePackages = []; |
