diff --git a/hosts/h002/hardware-configuration.nix b/hosts/h002/hardware-configuration.nix index 06d9a6d7..4efef851 100644 --- a/hosts/h002/hardware-configuration.nix +++ b/hosts/h002/hardware-configuration.nix @@ -13,6 +13,7 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; + boot.supportedFilesystems = [ "bcachefs" ]; boot.initrd.availableKernelModules = [ "ehci_pci" "ahci"