diff --git a/machines/levitation/passthrough.nix b/machines/levitation/passthrough.nix index 47363c0..f0bd43c 100644 --- a/machines/levitation/passthrough.nix +++ b/machines/levitation/passthrough.nix @@ -82,6 +82,13 @@ in { "read only" = "no"; "guest ok" = "no"; }; + Shared = { + path = "/home/nathan/Shared"; + browesable = "yes"; + "read only" = "no"; + "guest ok" = "no"; + "writable" = "yes"; + }; }; }; }