From 4670b1212a1f89f50f770249a808eba5d33dac40 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 7 Sep 2023 20:34:02 -0400 Subject: [PATCH] Add mount share --- machines/levitation/passthrough.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/machines/levitation/passthrough.nix b/machines/levitation/passthrough.nix index f0bd43c..40716f7 100644 --- a/machines/levitation/passthrough.nix +++ b/machines/levitation/passthrough.nix @@ -89,6 +89,13 @@ in { "guest ok" = "no"; "writable" = "yes"; }; + Mount = { + path = "/run/media/nathan"; + browesable = "yes"; + "read only" = "no"; + "guest ok" = "no"; + "writable" = "yes"; + }; }; }; }