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