From e45a61c926f05bb558c8e3dfee3e9fc3dc919c0b Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 13 Jun 2025 10:49:15 +0200 Subject: [PATCH] fix(dgn-hardware): Don't pin zfs package We don't use advanced functionnalities anyway --- modules/nixos/dgn-hardware.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nixos/dgn-hardware.nix b/modules/nixos/dgn-hardware.nix index 1795ec4..75b09da 100644 --- a/modules/nixos/dgn-hardware.nix +++ b/modules/nixos/dgn-hardware.nix @@ -91,7 +91,6 @@ in zfs = { forceImportRoot = false; extraPools = cfg.zfsPools; - package = pkgs.zfs_2_1; }; }; })