From 44c3b74ddf3ad5ecb3934afeab2336596362ad04 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 17 Dec 2019 22:42:59 +1300 Subject: [PATCH] syncthing: add smartphone --- configs/porani/syncthing.nix | 4 ++++ configs/sterni/syncthing.nix | 4 ++++ system/all/syncthing.nix | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/configs/porani/syncthing.nix b/configs/porani/syncthing.nix index 8475bc6..9a9f3f3 100644 --- a/configs/porani/syncthing.nix +++ b/configs/porani/syncthing.nix @@ -50,6 +50,10 @@ enable = true; path = "/media/series"; }; + smartphone-music= { + enable = true; + path = "/media/smartphone-music"; + }; }; }; }; diff --git a/configs/sterni/syncthing.nix b/configs/sterni/syncthing.nix index 98f0529..02ef647 100644 --- a/configs/sterni/syncthing.nix +++ b/configs/sterni/syncthing.nix @@ -43,6 +43,10 @@ enable = true; path = "/home/palo/smartphone-fotos"; }; + smartphone-music= { + enable = true; + path = "/home/palo/smartphone-music"; + }; # no need to be encrypted # ----------------------- diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index 2c3a6aa..bc36803 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -24,7 +24,7 @@ with lib; // { smartphone = { name = "smartphone"; - id = "P6MFODE-PO7CRVB-5RL5AMX-HG4D2CE-C2NC7M4-RYHGX2N-VUU2DWL-C6GVPQN"; + id = "PRCA4KO-PEMLUSO-ERUSKAP-GUDSW2I-AYTEB54-E5JJOXJ-23X2UYP-RLSMKQM"; addresses = [ "dynamic" ]; }; } @@ -133,7 +133,7 @@ with lib; enable = lib.mkDefault false; id = "0vjze-xvs8n"; watch = false; - devices = [ "workout" "smartphone" ]; + devices = [ "sterni" "workout" "smartphone" ]; }; smartphone-fotos = { enable = lib.mkDefault false;