diff --git a/modules/datasync.nix b/modules/datasync.nix index 2ea28d5..18d3023 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -24,21 +24,18 @@ "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"; }; Documents.type = "receiveonly"; Notes.type = "receiveonly"; Music.type = "receiveonly"; Photos.type = "receiveonly"; - Security.type = "receiveonly"; Projects.type = "receiveonly"; Documents.path = "/vault/syncthing/Documents"; Notes.path = "/vault/syncthing/Notes"; Music.path = "/vault/syncthing/Music"; Photos.path = "/vault/syncthing/Photos"; - Security.path = "/vault/syncthing/Security"; Projects.path = "/vault/syncthing/Projects"; }; };