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"; + }; }; };