From c0412920dd40fd887598c91287483e4862aedf62 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 18 Dec 2019 01:50:31 +1300 Subject: [PATCH] syncthing: fix id of smartphone music --- system/all/syncthing.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index 5b2e37e..64486ae 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -131,6 +131,7 @@ with lib; }; smartphone-music = { enable = lib.mkDefault false; + id = "0vjze-xvs8n"; watch = false; devices = [ "sterni" "porani" "smartphone" ]; };