From 76626a81544fe60a0fbb74a0b730925104d1e584 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 2 Jul 2025 15:03:24 -0400 Subject: [PATCH] remove zfs since were doing btrfs --- hosts/nixos/HandlerOne/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/nixos/HandlerOne/hardware-configuration.nix b/hosts/nixos/HandlerOne/hardware-configuration.nix index 737a70b..bbfbc2e 100644 --- a/hosts/nixos/HandlerOne/hardware-configuration.nix +++ b/hosts/nixos/HandlerOne/hardware-configuration.nix @@ -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 = [];