about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-11-09 16:55:38 +0000
committerdevhell <devhell@mailfresser.de>2021-11-09 16:55:38 +0000
commit678754b4a5ac5a468e2223e1b701b8e9e2375c30 (patch)
tree92279bef64fe60e476d7034a31848afb6545e404 /machines/devhell
parent98d510b5b302e4c79c54a113141679764bc82bff (diff)
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.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/gunnr.nix1
1 files changed, 1 insertions, 0 deletions
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 = {