From a7fd5d3e5107acd780596b83c0e674c68fb2798d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 5 Mar 2022 18:07:06 -0800 Subject: samba: fix path for music, add videos --- hosts/common/server/samba.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hosts/common/server/samba.nix') 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"; -- cgit 1.4.1