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" ]; }; };