From 85d4f2cbd85c72b92f6f47904242e1962601b957 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 23 Dec 2019 21:23:13 +0100 Subject: [PATCH] Fix inconsistent folder-ids on Syncthing --- modules/datasync.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index fd72ce0..2ea28d5 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -21,8 +21,8 @@ }; folders = { "Documents" = { devices = [ "monolith" "roamer" "unit" ]; id = "wusdj-bfjkr"; }; - "Notes" = { devices = [ "monolith" "roamer" "unit" ]; id = "2aqt7-vpprc"; }; - "Music" = { devices = [ "monolith" "roamer" "unit" ]; id = "kafhz-bfmzm"; }; + "Notes" = { devices = [ "monolith" "roamer" "unit" ]; id = "kafhz-bfmzm"; }; + "Music" = { devices = [ "monolith" "roamer" "unit" ]; id = "2aqt7-vpprc"; }; "Photos" = { devices = [ "monolith" "roamer" "unit" ]; id = "mjibc-ustcg"; }; "Security" = { devices = [ "monolith" "roamer" "unit" ]; id = "z4lpn-pmm3v"; }; "Projects" = { devices = [ "monolith" "unit" ]; id = "cjhmu-avy9v"; }; @@ -30,7 +30,7 @@ Documents.type = "receiveonly"; Notes.type = "receiveonly"; Music.type = "receiveonly"; - #Photos.type = "receiveonly"; + Photos.type = "receiveonly"; Security.type = "receiveonly"; Projects.type = "receiveonly";