From e58f6cfb86255771fa5b38b515efbcce54560f4c Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 20 Sep 2025 22:11:44 -0600 Subject: [PATCH] syncthing devices --- config/jawz.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/jawz.nix b/config/jawz.nix index aa92bb6..be0c0b6 100644 --- a/config/jawz.nix +++ b/config/jawz.nix @@ -108,7 +108,10 @@ in path = "~/Pictures/encrypted/friends"; ignorePerms = false; type = "sendreceive"; - devices = [ "wg-friend1" ]; + devices = [ + "workstation" + "wg-friend1" + ]; }; }; };