remove zfs since were doing btrfs

This commit is contained in:
TheWanderingCrow 2025-07-02 15:03:24 -04:00
parent e43fc615b1
commit 76626a8154

View file

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