From 74921ea499619d3b6d0ace758910ccfd7a8b29a3 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 20 Jan 2025 23:37:22 +0100 Subject: [PATCH] chore: syncthing changer --- machines/fischer/syncthing.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/machines/fischer/syncthing.nix b/machines/fischer/syncthing.nix index b220bec..5177bb6 100644 --- a/machines/fischer/syncthing.nix +++ b/machines/fischer/syncthing.nix @@ -20,12 +20,20 @@ ]; }; + "gallifrey" = { + id = "P3BTFAX-4MCSFQB-C5R5YBP-YGMJ6FU-OKJN4QG-MJ2BV6Y-YB4U7VL-3GFSTAM"; + addresses = [ + "tcp://gallifrey.luj:22000" + ]; + }; + }; folders = { "dev" = { path = "/home/julien/dev"; devices = [ "gustave" + "gallifrey" ]; }; };