(wip) blacksteel: add external drive

This commit is contained in:
Guanran Wang 2024-07-03 19:15:39 +08:00
parent 404ac69c81
commit 84a8a1aa20

View file

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