From 381a867f0014e61f4cfd62284ca96d7868afabae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 2 Mar 2024 09:43:42 +0200 Subject: [PATCH] Revert "fwminex: roll back to 6.1 for now" This reverts commit b8d50cb6dcfbf757d5cb33a79609e831d9c1a45a. --- 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 8b3d308..a4e12c4 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 = {