From 340f773abb73b02d315f30edc482927ab347716d Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 30 Mar 2021 09:51:46 +0200 Subject: [PATCH] Adjust Samba share permissions --- modules/datasync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index 28f1505..0c0d737 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -24,8 +24,8 @@ shares.public = { path = "/vault/samba/CSD"; browseable = "yes"; - writeable = "yes"; "read only" = "no"; + "guest ok" = "yes"; "create mask" = "0644"; "directory mask" = "0755"; "force user" = "coace";