From b8d50cb6dcfbf757d5cb33a79609e831d9c1a45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 1 Mar 2024 10:43:51 +0200 Subject: [PATCH] fwminex: roll back to 6.1 for now iwlwifi --- hosts/fwminex/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index a4e12c4..8b3d308 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -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 = {