Adapt ZFS unstable option to upstream changes
This commit is contained in:
parent
845a7e5db8
commit
932ebfe679
|
@ -12,7 +12,7 @@ with pkgs;
|
|||
supportedFilesystems = [ "zfs" ];
|
||||
zfs = {
|
||||
requestEncryptionCredentials = true;
|
||||
enableUnstable = true;
|
||||
package = zfs_unstable;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue