summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-04-03 21:39:28 +0200
committermakefu <github@syntax-fehler.de>2016-04-03 21:39:28 +0200
commitf47212c2ce09b22bad37670b2d434eeb9badf49d (patch)
tree9ff8d3dc538bfb049a8e796d4b343912b4e1426d /makefu
parentb297544847b71cd8759bc6d1feeb4c80e7094270 (diff)
ma 2 omo: share emu
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/omo-share.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/2configs/omo-share.nix b/makefu/2configs/omo-share.nix
index a9640b38..3a4dd456 100644
--- a/makefu/2configs/omo-share.nix
+++ b/makefu/2configs/omo-share.nix
@@ -48,6 +48,13 @@ in {
browseable = "yes";
"guest ok" = "yes";
};
+
+ emu = {
+ path = "/media/crypt1/emu";
+ "read only" = "yes";
+ browseable = "yes";
+ "guest ok" = "yes";
+ };
usenet = {
path = "/media/crypt0/usenet/dst";
"read only" = "yes";