From 1e877102b58bfcb003233484b1d3ec68e1231595 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 27 May 2022 16:58:44 +0200 Subject: [PATCH] Add Phone-screenshots folder to Syncthing --- modules/datasync.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/datasync.nix b/modules/datasync.nix index ec92e52..835b166 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -61,6 +61,13 @@ path = "/vault/syncthing/Files"; devices = [ "panacea" "caravanserai" ]; }; + + Phone-screenshots = { + id = "pp70r-pbr70"; + type = "receiveonly"; + path = "/vault/syncthing/Photos/Phone-screenshots"; + devices = [ "panacea" "caravanserai" ]; + }; }; };