From ebfe625db6f1a207c41344bae7d5de4860cd6daf Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Tue, 29 Nov 2022 18:13:41 +1000
Subject: [PATCH] roles/zfs: remove boot.zfs.enableUnstable

---
 roles/zfs.nix | 2 --
 1 file changed, 2 deletions(-)

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 = ''