diff --git a/roles/zfs.nix b/roles/zfs.nix
index c24b1c0..91e485c 100644
--- a/roles/zfs.nix
+++ b/roles/zfs.nix
@@ -5,8 +5,6 @@
     autoSnapshot.monthly = 1;
     autoScrub.enable = true;
   };
-  # zfs is not available for latest lts kenrel
-  boot.zfs.enableUnstable = true;
 
   # ZFS already has its own scheduler. Without this my(@Artturin) computer froze for a second when i nix build something.
   services.udev.extraRules = ''