diff options
author | lassulus <lass@aidsballs.de> | 2016-06-02 14:48:03 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-02 14:48:03 +0200 |
commit | 5a2cdca7742a6988f61ca1420529d19f20c9eea8 (patch) | |
tree | 374e1261f36b76bf1d05a66897eb4cbda8444144 /makefu/2configs/omo-share.nix | |
parent | 8fe85c4b9c301e1d09aaa1fe3a0bc479fb427064 (diff) | |
parent | 84c014d55f4242a5a9fac4e821e61283ed3d3418 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/omo-share.nix')
-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 08bdd4a40..7e9842e14 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"; |