From 6828f91f94d27c8c5c1d4346ed71aa792f43a09b Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 18:02:47 -0500 Subject: [PATCH] 111 current 2025-10-08 17:52:54 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/zfs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/homelab/zfs.nix b/modules/homelab/zfs.nix index 53a29e7..923f4ea 100644 --- a/modules/homelab/zfs.nix +++ b/modules/homelab/zfs.nix @@ -28,6 +28,7 @@ in fileSystems."/holocron" = { device = "holocron"; fsType = "zfs"; + mountOptions = [ "nofail" ]; }; };