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" ];