From e8abbcf5165c4eb07258bff05aa05b9ca3e3c171 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 12 Jan 2025 19:07:34 +0100 Subject: [PATCH] fix disk mount --- systems/omoikane/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";