diff --git a/modules/nixos/services/syncthing/default.nix b/modules/nixos/services/syncthing/default.nix index 3342c08..f94abc2 100755 --- a/modules/nixos/services/syncthing/default.nix +++ b/modules/nixos/services/syncthing/default.nix @@ -39,14 +39,6 @@ in ]; id = phone.sync.address0; }; - ${tablet.name} = { - autoAcceptFolders = true; - name = tablet.name; - addresses = [ - "tcp://${tablet.ip.address0}:${toString service.ports.port2}" - ]; - id = tablet.sync.address0; - }; }; }; };