From 8425f3547ca7e868d697b3bfaf7ac6da9178f260 Mon Sep 17 00:00:00 2001 From: materus Date: Fri, 25 Oct 2024 23:29:33 +0200 Subject: [PATCH] materusPC: samba follow links for VM --- configurations/host/materusPC/tmp.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configurations/host/materusPC/tmp.nix b/configurations/host/materusPC/tmp.nix index 576dc6a..8df4d53 100644 --- a/configurations/host/materusPC/tmp.nix +++ b/configurations/host/materusPC/tmp.nix @@ -98,6 +98,7 @@ hosts deny = 0.0.0.0/0 guest account = nobody map to guest = bad user + allow insecure wide links = yes ''; shares = { windows = { @@ -109,6 +110,8 @@ "directory mask" = "0755"; "force user" = "materus"; "force group" = "users"; + "follow symlinks" = "yes"; + "wide links" = "yes"; }; }; };