smb: expose music

This commit is contained in:
alex 2024-02-18 18:30:52 -05:00
parent fa74ff71fb
commit 08630bb304
1 changed files with 9 additions and 2 deletions

View File

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