add zfs to supported boot

This commit is contained in:
James Patrick 2021-11-15 10:03:12 -05:00
parent da92b6004a
commit 794bbe2bc7
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.supportedFilesystems = ["zfs"];
boot.initrd.luks.devices."crypt" =
{ device = "/dev/disk/by-partlabel/crypt";