Trying to fix samba

This commit is contained in:
Andrea Ciceri 2024-10-10 17:07:12 +02:00
parent d122f9061a
commit 72f21229f3
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -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";