fwminex: use linuxPackages_latest

This commit is contained in:
2025-02-10 22:01:01 +02:00
parent 09a1555933
commit 7324a667a6

View File

@@ -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" ];