add zfs to supported boot
This commit is contained in:
parent
da92b6004a
commit
794bbe2bc7
|
@ -12,6 +12,7 @@
|
||||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
boot.supportedFilesystems = ["zfs"];
|
||||||
|
|
||||||
boot.initrd.luks.devices."crypt" =
|
boot.initrd.luks.devices."crypt" =
|
||||||
{ device = "/dev/disk/by-partlabel/crypt";
|
{ device = "/dev/disk/by-partlabel/crypt";
|
||||||
|
|
Reference in New Issue
Block a user