diff --git a/modules/rock5b-samba/default.nix b/modules/rock5b-samba/default.nix index 3791c92..9350089 100644 --- a/modules/rock5b-samba/default.nix +++ b/modules/rock5b-samba/default.nix @@ -9,7 +9,7 @@ samba = { enable = true; - securityType = "user"; + # global.security = "user"; settings.global = { "workgroup" = "WORKGROUP"; "server string" = "rock5b"; @@ -21,7 +21,7 @@ "recycle:keeptree" = "yes"; "recycle:versions" = "yes"; }; - shares = { + settings = { torrent = { path = "/mnt/hd/torrent"; comment = "torrent";