From d1e8933d1ef9e2bb4cac1e304530edc517fdabbf Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Tue, 19 Nov 2024 06:57:43 +0000 Subject: [PATCH] backyard: Revert "backyard: temporary settings for pool setup" This reverts commit a0b30d6ceb5e63f4765922ae30e5fc6be83c1ec7. --- machine/backyard/samba.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/machine/backyard/samba.nix b/machine/backyard/samba.nix index 938500a..7ce77b8 100644 --- a/machine/backyard/samba.nix +++ b/machine/backyard/samba.nix @@ -39,9 +39,7 @@ hide dot files = no hosts allow = 10.22.20., 192.168.1. map archive = no - # this must be set to false to make symlinks outside /home work - # could potentially be fixed by mounting pool to /home, bind mounting to /pool, and setting both nofail - unix extensions = no + unix extensions = yes ntlm auth = yes ''; @@ -57,8 +55,6 @@ "directory mask" = "0750"; "force directory mode" = "0750"; "valid users" = "${user}"; - "follow symlinks" = "yes"; - "wide links" = "yes"; }; in { tvb = homeShare "tvb";