diff options
author | makefu <github@syntax-fehler.de> | 2016-04-03 21:39:28 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-04-03 21:39:28 +0200 |
commit | f47212c2ce09b22bad37670b2d434eeb9badf49d (patch) | |
tree | 9ff8d3dc538bfb049a8e796d4b343912b4e1426d /makefu | |
parent | b297544847b71cd8759bc6d1feeb4c80e7094270 (diff) |
ma 2 omo: share emu
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/omo-share.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/2configs/omo-share.nix b/makefu/2configs/omo-share.nix index a9640b38b..3a4dd456f 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"; |