From 5b7a06506b6be7460a5a2da4a272d3f284731440 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:43:21 +0100 Subject: [PATCH] Make software samba share accessible to guests --- hosts/franz/samba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/franz/samba.nix b/hosts/franz/samba.nix index d0dfc17..eccaea8 100644 --- a/hosts/franz/samba.nix +++ b/hosts/franz/samba.nix @@ -28,7 +28,7 @@ path = "/storage/dataset/data/torrents/misc"; browseable = "yes"; "read only" = "yes"; - "guest ok" = "no"; + "guest ok" = "yes"; "create mask" = "0644"; "directory mask" = "0755"; "force user" = "ghoscht";