blacksteel: add external drive

This commit is contained in:
Guanran Wang 2024-07-03 19:15:39 +08:00
parent 4074357178
commit b325e7c3a8
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -193,10 +193,16 @@
services.samba = { services.samba = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;
shares."share" = { shares = {
"share" = {
path = "/srv/samba/share"; path = "/srv/samba/share";
"read only" = "no"; "read only" = "no";
}; };
"external" = {
path = "/mnt";
"read only" = "no";
};
};
}; };
services.samba-wsdd = { services.samba-wsdd = {