diff --git a/systems/omoikane/hardware.nix b/systems/omoikane/hardware.nix index 539489f..006d1f7 100644 --- a/systems/omoikane/hardware.nix +++ b/systems/omoikane/hardware.nix @@ -12,7 +12,7 @@ fileSystems."/home/jopejoe1/Public/games" = { device = "/dev/sda"; fsType = "bcachefs"; - options = [ "compression=zstd" ]; + options = [ "compression=zstd" "nofail" ]; }; powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";