From e8bb5e03efae8d8d64b9ad6644d127f4f6dd76b1 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 24 Dec 2025 11:48:24 -0600 Subject: [PATCH] add bcachefs to h002 --- hosts/h002/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) 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"