From 7c956148ec705721cb3e06efaac76d307e75ac82 Mon Sep 17 00:00:00 2001 From: Peter Rice Date: Tue, 25 Aug 2026 16:02:39 -0400 Subject: [PATCH] jurai: keep booting if host share mount fails --- modules/hosts/jurai/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/jurai/default.nix b/modules/hosts/jurai/default.nix index 0c5b9ef..1fdba13 100644 --- a/modules/hosts/jurai/default.nix +++ b/modules/hosts/jurai/default.nix @@ -23,6 +23,7 @@ fileSystems."/run/media/host" = lib.mkIf onMacos { device = "share"; fsType = "virtiofs"; + options = [ "nofail" ]; }; services.spice-vdagentd.enable = true; -- 2.51.2