fwminex: roll back to 6.1 for now

iwlwifi
This commit is contained in:
Motiejus Jakštys 2024-03-01 10:43:51 +02:00
parent e8b624eb0c
commit b8d50cb6dc
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
pkgs, #pkgs,
config, config,
myData, myData,
... ...
@ -8,7 +8,7 @@
in { in {
boot = { 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; #kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
supportedFilesystems = ["zfs"]; supportedFilesystems = ["zfs"];
zfs = { zfs = {