diff options
author | makefu <github@syntax-fehler.de> | 2021-01-27 23:05:45 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-01-27 23:05:45 +0100 |
commit | 082954c0c470ef4e9c32e104f4dbf83b69cfedb4 (patch) | |
tree | 2a723c87a686669bf128934f3cff28aca1e43d8b /makefu/2configs | |
parent | a4e498badeb91164afe13f0087e50a80c4fb4641 (diff) |
ma share/omo: share photos
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/share/omo.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/2configs/share/omo.nix b/makefu/2configs/share/omo.nix index 1a488e69c..d9e22ad71 100644 --- a/makefu/2configs/share/omo.nix +++ b/makefu/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"; |