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