smb: expose music
This commit is contained in:
parent
fa74ff71fb
commit
08630bb304
|
@ -58,8 +58,6 @@
|
||||||
"--tls-san=atauno.com"
|
"--tls-san=atauno.com"
|
||||||
];
|
];
|
||||||
|
|
||||||
# services.nfs.server.enable = true;
|
|
||||||
|
|
||||||
services.samba-wsdd = {
|
services.samba-wsdd = {
|
||||||
# make shares visible for Windows clients
|
# make shares visible for Windows clients
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -92,6 +90,15 @@
|
||||||
"force user" = "matson";
|
"force user" = "matson";
|
||||||
"force group" = "users";
|
"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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue