Adapt ZFS unstable option to upstream changes

This commit is contained in:
2024-06-05 23:03:58 +02:00
parent 845a7e5db8
commit 932ebfe679

View File

@@ -12,7 +12,7 @@ with pkgs;
supportedFilesystems = [ "zfs" ];
zfs = {
requestEncryptionCredentials = true;
enableUnstable = true;
package = zfs_unstable;
};
};