diff options
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/omo-share.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/makefu/2configs/omo-share.nix b/makefu/2configs/omo-share.nix index 5f6e6adae..b4bc710c0 100644 --- a/makefu/2configs/omo-share.nix +++ b/makefu/2configs/omo-share.nix @@ -69,15 +69,15 @@ in { browseable = "yes"; "guest ok" = "yes"; }; - usenet-rw = { - path = "/media/crypt0/usenet"; + crypt0-rw = { + path = "/media/crypt0/"; "read only" = "no"; browseable = "yes"; "guest ok" = "no"; "valid users" = "makefu"; }; - emu-rw = { - path = "/media/crypt1/emu"; + crypt1-rw = { + path = "/media/crypt1/"; "read only" = "no"; browseable = "yes"; "guest ok" = "no"; |