diff --git a/systems/mini-pc/hardware-configuration.nix b/systems/mini-pc/hardware-configuration.nix index e7f0f35..8ecbaf7 100644 --- a/systems/mini-pc/hardware-configuration.nix +++ b/systems/mini-pc/hardware-configuration.nix @@ -31,7 +31,7 @@ fileSystems."/data" = { device = "/dev/disk/by-uuid/d117419d-fce9-4d52-85c7-e3481feaa22a"; fsType = "btrfs"; - options = [ "compress=zstd" "noatime" ]; + options = [ "compress=zstd" "noatime" "nofail" ]; }; fileSystems."/1tbssd" = { device = "/dev/disk/by-uuid/801d9217-9c38-4ca8-914e-e31361603892";