From 72f21229f3d9b724a065fdf27522c2f5fa96228d Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 10 Oct 2024 17:07:12 +0200 Subject: [PATCH] Trying to fix samba --- modules/rock5b-samba/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";