zfsUnstable -> zfs_unstable

nixpkgs has a new path for this.
This commit is contained in:
Jörg Thalheim
2025-11-04 15:40:49 +01:00
parent 43a7652624
commit 2a9e4e7860
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
}:
{
# If we also need zfs, we can use the unstable version as we otherwise don't have a new enough kernel version
boot.zfs.package = pkgs.zfsUnstable;
boot.zfs.package = pkgs.zfs_unstable or pkgs.zfsUnstable;
# Enable bcachefs support
boot.supportedFilesystems.bcachefs = lib.mkDefault true;