about summary refs log tree commit diff stats
path: root/hosts/marduk/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/marduk/hardware/default.nix')
-rw-r--r--hosts/marduk/hardware/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/marduk/hardware/default.nix b/hosts/marduk/hardware/default.nix
index 726e27a1..4fed1d06 100644
--- a/hosts/marduk/hardware/default.nix
+++ b/hosts/marduk/hardware/default.nix
@@ -12,7 +12,8 @@
 
   boot = {
     kernelModules = ["rtw89"];
+    # FIXME: The kernel version should probably be updated, considering that it's 6.1 <2024-03-23>
     kernelPackages = pkgs.linuxPackages_6_1; # use this kernel, as it's supported by zfs
-    zfs.enableUnstable = true; # Default zfs is "broken" (to nixos) on the newest kernel
+    zfs.package = pkgs.zfs_unstable; # Default zfs is "broken" (to nixos) on the newest kernel
   };
 }