From 24db1faff9e998bacd27542dd77652a4031c2319 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 13 Sep 2022 18:49:54 +0200 Subject: [PATCH] =?UTF-8?q?syncthing:=20Do=20not=20harcode=20fuuko?= =?UTF-8?q?=E2=80=99s=20address?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit External reachability is not guaranteed in the future. --- modules/syncthing.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 47d58f8..1907a3a 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -12,9 +12,6 @@ overrideDevices = false; devices = { fuuko = { - addresses = [ - "tcp://fuuko.home.sbruder.de:22000" - ]; id = "Z2OO5LK-N3UVCRD-QKVKLZ3-3LRXUOH-JENBAKQ-M647E3L-7FL6LIE-74GGHQF"; }; };