aboutsummaryrefslogtreecommitdiff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/server/samba.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/common/server/samba.nix b/hosts/common/server/samba.nix
index d3bb857..7df989d 100644
--- a/hosts/common/server/samba.nix
+++ b/hosts/common/server/samba.nix
@@ -17,7 +17,13 @@
'';
shares = {
music = {
- path = "/data/media/music";
+ path = "/data/fast/music";
+ browseable = "yes";
+ "read only" = "yes";
+ "guest ok" = "yes";
+ };
+ videos = {
+ path = "/data/fast/videos";
browseable = "yes";
"read only" = "yes";
"guest ok" = "yes";