From b2b3efae8a911b960a1f8fe6f0afe049554a08c4 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 8 Jul 2023 13:08:25 -0400 Subject: [PATCH] Shared share --- machines/levitation/passthrough.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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"; + }; }; }; }