From 80c8d5c33c8849ced642149f2d030e7f89a06306 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Mon, 21 Jul 2025 22:25:35 -0600 Subject: [PATCH] syncthing to phone --- config/jawz.nix | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/config/jawz.nix b/config/jawz.nix index bbd794b..d80a8d6 100644 --- a/config/jawz.nix +++ b/config/jawz.nix @@ -38,12 +38,24 @@ in miniserver.id = "HDYEGIR-GFU7ONK-MOOJUFH-N3L3XHX-SXWN3FI-O23K6LD-BJENQK5-VIPV2AT"; workstation.id = "4E4KJ6M-MSTNBVF-D7CNHDW-DUTB3VR-SXKZ4NH-ZKAOMF5-V24JECJ-4STSZAA"; galaxy.id = "UAZ5YDV-YUFBXOY-QMS6S6R-WPIIKZI-4OPPW5L-G4OVUPO-YW5KFYY-YASRAAV"; + phone.id = "OSOX2VZ-AO2SA3C-BFB6NKF-K6CR6WX-64TDBKW-RRKEKJ4-FKZE5CV-J2RGJAJ"; }; folders = { cache = { path = "~/Downloads/cache/"; ignorePerms = false; - devices = [ "galaxy" ]; + devices = [ + "galaxy" + "phone" + ]; + }; + commissions = { + path = "~/Pictures/Art/4me/"; + ignorePerms = false; + devices = [ + "galaxy" + "phone" + ]; }; gdl = { path = "~/.config/jawz/"; @@ -68,7 +80,10 @@ in notes = { path = "~/Documents/"; ignorePerms = false; - devices = [ "galaxy" ]; + devices = [ + "galaxy" + "phone" + ]; }; }; };