From 39f7aabc3f67b8d6085384e8fe145c45559e1c67 Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Fri, 14 Mar 2025 11:38:43 -0700
Subject: Switch to zfs on master branch

---
 hosts/richese/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'hosts/richese')

diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index 2a97fc4..86737a9 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -6,7 +6,7 @@
     supportedFilesystems = [ "zfs" ];
     zfs = {
       devNodes = "/dev/disk/by-label";
-      #package = pkgs.master.zfs;
+      package = pkgs.master.zfs;
     };
   };
 
-- 
cgit v1.2.3