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";