From 08630bb3044df99518b0dbeefd7444bca997cc61 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 18 Feb 2024 18:30:52 -0500 Subject: [PATCH] smb: expose music --- atauno/configuration.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/atauno/configuration.nix b/atauno/configuration.nix index bddd580..2bba58f 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -58,8 +58,6 @@ "--tls-san=atauno.com" ]; - # services.nfs.server.enable = true; - services.samba-wsdd = { # make shares visible for Windows clients enable = true; @@ -92,6 +90,15 @@ "force user" = "matson"; "force group" = "users"; }; + music = { + path = "/zfs/music"; + browseable = "yes"; + "read only" = "no"; + "guest ok" = "no"; + "force create mode" = 774; + "force user" = "matson"; + "force group" = "users"; + }; }; };