Revert "fwminex: roll back to 6.1 for now"

This reverts commit b8d50cb6dc.
This commit is contained in:
Motiejus Jakštys 2024-03-02 09:43:42 +02:00
parent 84d51eaedc
commit 381a867f00
1 changed files with 2 additions and 2 deletions

View File

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