diff --git a/configuration.nix b/configuration.nix
index 4f0d4a9..d65273b 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -12,7 +12,7 @@ with pkgs;
     supportedFilesystems = [ "zfs" ];
     zfs = {
       requestEncryptionCredentials = true;
-      enableUnstable = true;
+      package = zfs_unstable;
     };
   };