Adapt ZFS unstable option to upstream changes

This commit is contained in:
coolneng 2024-06-05 23:03:58 +02:00
parent 845a7e5db8
commit 932ebfe679
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

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