add zfs support to wce overseer boot params

This commit is contained in:
TheWanderingCrow 2025-01-18 12:14:42 -05:00
parent 8714f0329f
commit 2a219611b6

View file

@ -13,6 +13,7 @@
];
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
boot.supportedFilesystems = [ "zfs" ];
boot.initrd.kernelModules = [];
boot.kernelModules = [];
boot.extraModulePackages = [];