Trying to fix samba
This commit is contained in:
parent
d122f9061a
commit
72f21229f3
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
samba = {
|
samba = {
|
||||||
enable = true;
|
enable = true;
|
||||||
securityType = "user";
|
# global.security = "user";
|
||||||
settings.global = {
|
settings.global = {
|
||||||
"workgroup" = "WORKGROUP";
|
"workgroup" = "WORKGROUP";
|
||||||
"server string" = "rock5b";
|
"server string" = "rock5b";
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"recycle:keeptree" = "yes";
|
"recycle:keeptree" = "yes";
|
||||||
"recycle:versions" = "yes";
|
"recycle:versions" = "yes";
|
||||||
};
|
};
|
||||||
shares = {
|
settings = {
|
||||||
torrent = {
|
torrent = {
|
||||||
path = "/mnt/hd/torrent";
|
path = "/mnt/hd/torrent";
|
||||||
comment = "torrent";
|
comment = "torrent";
|
||||||
|
|
Loading…
Add table
Reference in a new issue