pinson: remove deprecated zfs setting

This commit is contained in:
root 2025-02-20 15:11:17 +01:00
parent 51d018df49
commit fe6778625e

View file

@ -15,9 +15,6 @@
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
# use the latest kernel compatible with zfs
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
# workaround because we are in a vm
boot.zfs.devNodes = "/dev/disk/by-partuuid";