From 678754b4a5ac5a468e2223e1b701b8e9e2375c30 Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 9 Nov 2021 16:55:38 +0000 Subject: machines/gunnr: Enable detection of latest ZFS support I don't know if this will work, especially considering I'm adding this without having access to `gunnr` at the moment. --- machines/devhell/gunnr.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/devhell/gunnr.nix') diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix index 967ff403..058c2102 100644 --- a/machines/devhell/gunnr.nix +++ b/machines/devhell/gunnr.nix @@ -31,6 +31,7 @@ kernelModules = [ "kvm-amd" ]; extraModulePackages = [ ]; blacklistedKernelModules = [ ]; + kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; }; hardware = { -- cgit 1.4.1