From 981d2856063afb211e118294ff999e3225f356c0 Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 13 May 2026 00:19:27 -0700 Subject: [PATCH] speed up drive mounting --- hosts/flubber-machine/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/flubber-machine/default.nix b/hosts/flubber-machine/default.nix index dc915ef..b6cf9b8 100755 --- a/hosts/flubber-machine/default.nix +++ b/hosts/flubber-machine/default.nix @@ -35,7 +35,7 @@ fileSystems."/mnt/games" = { device = "/dev/disk/by-uuid/2566324c-e299-6074-a144-ef0f72e45037"; fsType = "btrfs"; - options = [ "subvol=games" "compress=zstd" "noatime" ]; + options = [ "subvol=games" "compress=zstd" "noatime" "nofail" ]; }; modules = {