summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-03-01 15:46:43 +0100
committermakefu <github@syntax-fehler.de>2017-03-05 16:56:23 +0100
commitd88b9ded5f09d5df8784a75d2ae92f3500bd9f6d (patch)
tree483e74a82bcc7aa98b9329fbaae3538988f77601 /makefu
parent0412d9c1156d78f0db3c2408ac224c50ebf43c7e (diff)
m 2 omo-share: expose media-rw
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/omo-share.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/makefu/2configs/omo-share.nix b/makefu/2configs/omo-share.nix
index 8a3eab98..7d7a4ec5 100644
--- a/makefu/2configs/omo-share.nix
+++ b/makefu/2configs/omo-share.nix
@@ -48,15 +48,8 @@ in {
browseable = "yes";
"guest ok" = "yes";
};
- crypt0-rw = {
- path = "/media/crypt0/";
- "read only" = "no";
- browseable = "yes";
- "guest ok" = "no";
- "valid users" = "makefu";
- };
- crypt1-rw = {
- path = "/media/crypt1/";
+ media-rw = {
+ path = "/media/";
"read only" = "no";
browseable = "yes";
"guest ok" = "no";