diff options
Diffstat (limited to '')
-rw-r--r-- | modules/services/syncthing/default.nix | 4 |
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 = { |