From 33455dccd92054e530f828760701df53093251a3 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 1 Mar 2025 15:57:19 -0600 Subject: [PATCH] chore: removed tablet --- modules/nixos/services/syncthing/default.nix | 8 -------- 1 file changed, 8 deletions(-) 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; - }; }; }; };