diff --git a/services/syncthing/felix-nixos.nix b/services/syncthing/felix-nixos.nix index 811f8fe..bba116d 100644 --- a/services/syncthing/felix-nixos.nix +++ b/services/syncthing/felix-nixos.nix @@ -29,13 +29,11 @@ "Backups" = { id = "backups"; path = "/home/felschr/sync/backups"; - type = "sendonly"; devices = [ "rpi4" ]; }; "Media" = { id = "media"; path = "/home/felschr/sync/media"; - type = "sendonly"; devices = [ "rpi4" ]; }; }; diff --git a/services/syncthing/rpi4.nix b/services/syncthing/rpi4.nix index e6ce86d..01f0f78 100644 --- a/services/syncthing/rpi4.nix +++ b/services/syncthing/rpi4.nix @@ -30,15 +30,11 @@ "Backups" = { id = "backups"; path = "/home/felschr/sync/backups"; - type = "receiveonly"; - ignoreDelete = true; devices = [ "felix-nixos" ]; }; "Media" = { id = "media"; path = "/home/felschr/sync/media"; - type = "receiveonly"; - ignoreDelete = true; devices = [ "felix-nixos" ]; }; };