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 = {