From 7fb02ccd7c37f886a702c496aa19c798aa3b713f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 1 Mar 2024 10:31:42 +0200 Subject: [PATCH] fwminex: newer kernel --- hosts/fwminex/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 0328e37..a4e12c4 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -1,4 +1,5 @@ { + pkgs, config, myData, ... @@ -6,9 +7,8 @@ randr = import ./randr.nix; in { boot = { - initrd = { - availableKernelModules = ["usb_storage" "sd_mod" "xhci_pci" "thunderbolt" "nvme" "usbhid"]; - }; + initrd.availableKernelModules = ["usb_storage" "sd_mod" "xhci_pci" "thunderbolt" "nvme" "usbhid"]; + kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages; loader.systemd-boot.enable = true; supportedFilesystems = ["zfs"]; zfs = {