From 1a07bf7bcd964ed87954be033b63cd54bfc87618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sun, 2 Jun 2024 02:57:42 +0300 Subject: [PATCH] Add phone --- syncthing.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/syncthing.nix b/syncthing.nix index 0b664a2..e806c94 100644 --- a/syncthing.nix +++ b/syncthing.nix @@ -16,6 +16,10 @@ id = "ZX35ARB-3ULEUV3-NNUEREF-DEDWOJU-GE7A4PP-T7O43NI-SU564OD-E26HHA4"; addresses = [ "tcp://nixos-cpu.vsinerva.fi:22000" ]; }; + "phone" = { + id = "K6QCK2R-BU65RAC-PHTGLIA-24IHDXE-N6VNBAW-QYREMVD-XWGWKRA-VX2BNAK"; + addresses = [ "tcp://172.16.0.3:22000" ]; + }; }; folders = @@ -30,7 +34,7 @@ }; in { - "~/Documents" = default; + "~/Documents" = default // { devices = [ "helium" "nixos-cpu" "phone" ]; } ; "~/Downloads" = default; "~/Music" = default; "~/Pictures" = default;