From fad0bc90e080597f92c53d4db6b614b52baf4ced Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 20 Sep 2025 22:52:19 -0600 Subject: [PATCH] permission fix --- config/jawz.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/jawz.nix b/config/jawz.nix index be0c0b6..8131817 100644 --- a/config/jawz.nix +++ b/config/jawz.nix @@ -104,11 +104,12 @@ in "workstation" ]; }; - friend_share = lib.mkIf (hostName == "server") { + friend_share = { path = "~/Pictures/encrypted/friends"; ignorePerms = false; type = "sendreceive"; devices = [ + "server" "workstation" "wg-friend1" ];