From 932ebfe679f6aee12ddf05da0567513ca49e6d58 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 5 Jun 2024 23:03:58 +0200 Subject: [PATCH] Adapt ZFS unstable option to upstream changes --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };