fwminex: newer kernel

This commit is contained in:
Motiejus Jakštys 2024-03-01 10:31:42 +02:00
parent 9e9344a36a
commit 7fb02ccd7c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,5 @@
{ {
pkgs,
config, config,
myData, myData,
... ...
@ -6,9 +7,8 @@
randr = import ./randr.nix; randr = import ./randr.nix;
in { in {
boot = { boot = {
initrd = { initrd.availableKernelModules = ["usb_storage" "sd_mod" "xhci_pci" "thunderbolt" "nvme" "usbhid"];
availableKernelModules = ["usb_storage" "sd_mod" "xhci_pci" "thunderbolt" "nvme" "usbhid"]; kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
};
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
supportedFilesystems = ["zfs"]; supportedFilesystems = ["zfs"];
zfs = { zfs = {