From 2a219611b6d39781332dfdf71184d78725480b14 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 18 Jan 2025 12:14:42 -0500 Subject: [PATCH] add zfs support to wce overseer boot params --- hosts/WCE-Overseer/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/WCE-Overseer/hardware-configuration.nix b/hosts/WCE-Overseer/hardware-configuration.nix index b88490d..c51b47f 100644 --- a/hosts/WCE-Overseer/hardware-configuration.nix +++ b/hosts/WCE-Overseer/hardware-configuration.nix @@ -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 = [];