From db16c3fef728589ad5a99eba26596c1c45dfa3a1 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 23 Mar 2021 13:15:25 +0100 Subject: [PATCH] Allow writes on Samba share --- modules/datasync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index a6ed499..28f1505 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -24,11 +24,11 @@ shares.public = { path = "/vault/samba/CSD"; browseable = "yes"; + writeable = "yes"; "read only" = "no"; "create mask" = "0644"; "directory mask" = "0755"; "force user" = "coace"; - "force group" = "users"; }; }; }