From 7324a667a60f2ee83cae3ba1c51bc050f8872ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 10 Feb 2025 22:01:01 +0200 Subject: [PATCH] fwminex: use linuxPackages_latest --- hosts/fwminex/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 4ac5e0f..95341e8 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -1,4 +1,5 @@ { + lib, pkgs, config, myData, @@ -40,6 +41,7 @@ in boot = { loader.systemd-boot.enable = true; + kernelPackages = lib.mkForce pkgs.linuxPackages_latest; initrd = { systemd.enable = true; kernelModules = [ "usb_storage" ];