From e29c5a45d3268bfb176edc2297527bbdcb248ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 14 Aug 2024 09:14:56 +0100 Subject: [PATCH] make mac part of syncthing network --- nixos/syncthing.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/syncthing.nix b/nixos/syncthing.nix index a0b39e37..e5830000 100644 --- a/nixos/syncthing.nix +++ b/nixos/syncthing.nix @@ -5,7 +5,7 @@ system, ... }: let - workstations = ["skinnyv" "foryog" "thinky"]; + workstations = ["airy" "skinnyv" "foryog" "thinky"]; workstations_plus_phone = ["OnePlus9"] ++ workstations; in { services.syncthing = { @@ -19,6 +19,9 @@ in { overrideFolders = false; settings = { devices = { + "airy" = { + id = "5IL6UQ5-VFJNVHY-EPTVAXB-IRAEX3B-QYFFD2A-PBWOMFB-UC5AYME-OQJVOAI"; + } "bolty" = { id = "RWRDHMX-6XVZDIP-7A36KBY-SIOAGHJ-RDQALMZ-VX5KY4J-4CNNNWH-HIAZHQL"; };