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" ]; };