From e6cd5f19d693852d74b7ae518003910618a26baa Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 27 Jan 2021 23:05:45 +0100 Subject: [PATCH] ma share/omo: share photos --- 2configs/share/omo.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/2configs/share/omo.nix b/2configs/share/omo.nix index 1a488e6..d9e22ad 100644 --- a/2configs/share/omo.nix +++ b/2configs/share/omo.nix @@ -60,6 +60,12 @@ in { browseable = "yes"; "guest ok" = "yes"; }; + photos = { + path = "/media/cryptX/photos"; + "read only" = "yes"; + browseable = "yes"; + "guest ok" = "yes"; + }; crypX-games = { path = "/media/cryptX/games"; "read only" = "yes";