From b215dc922f80e1661c88da28423f3ea8ca2f638d Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 29 Dec 2025 08:59:19 -0600 Subject: [PATCH] no fail data mount so we dont fail on startup, no more boot fsk takes too long --- hosts/h002/hardware-configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/h002/hardware-configuration.nix b/hosts/h002/hardware-configuration.nix index cb8dfd17..3bf05b3f 100644 --- a/hosts/h002/hardware-configuration.nix +++ b/hosts/h002/hardware-configuration.nix @@ -46,9 +46,10 @@ fsType = "bcachefs"; options = [ "defaults" - "compression=zstd" - "fsck" - "fix_errors" + # "fsck" + # "fix_errors" + "x-systemd.device-timeout=600s" + "nofail" ]; };