From c643226847abdedc9f15417eaecb2341db96941a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 13 May 2022 19:48:59 -0700 Subject: modules: fix configuration for syncthing The `documents` folder was not being synced. --- modules/services/syncthing/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/services') diff --git a/modules/services/syncthing/default.nix b/modules/services/syncthing/default.nix index c4739d6..7f7ed3a 100644 --- a/modules/services/syncthing/default.nix +++ b/modules/services/syncthing/default.nix @@ -17,9 +17,9 @@ in { cert = secrets."syncthing/cert".path; key = secrets."syncthing/key".path; - folders.Sync = { + folders.Documents = { path = "/home/fcuny/documents"; - devices = [ "tahoe" ]; + devices = [ "aptos" "tahoe" ]; }; folders.PixelCamera = { -- cgit 1.4.1