ma lanparty/samba: add new writeable share
This commit is contained in:
parent
7a21a94b98
commit
acc0faa5ec
|
@ -10,9 +10,16 @@
|
||||||
};
|
};
|
||||||
services.samba = {
|
services.samba = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableNmbd = true;
|
||||||
shares = {
|
shares = {
|
||||||
share-home = {
|
lanparty = {
|
||||||
path = "/data/lanparty/";
|
path = "/data/lanparty/";
|
||||||
|
"read only" = "yes";
|
||||||
|
browseable = "yes";
|
||||||
|
"guest ok" = "yes";
|
||||||
|
};
|
||||||
|
share = {
|
||||||
|
path = "/data/lanparty/share";
|
||||||
"read only" = "no";
|
"read only" = "no";
|
||||||
browseable = "yes";
|
browseable = "yes";
|
||||||
"guest ok" = "yes";
|
"guest ok" = "yes";
|
||||||
|
|
Loading…
Reference in a new issue