about summary refs log tree commit diff
path: root/modules/services
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-13 19:48:59 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-13 19:48:59 -0700
commitc643226847abdedc9f15417eaecb2341db96941a (patch)
tree3c4a55a7f76753138a00720ef5e91dde621f2253 /modules/services
parentnix: update dependencies (diff)
downloadworld-c643226847abdedc9f15417eaecb2341db96941a.tar.gz
modules: fix configuration for syncthing
The `documents` folder was not being synced.
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/syncthing/default.nix4
1 files changed, 2 insertions, 2 deletions
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 = {