syncthing: fix id of smartphone music

This commit is contained in:
Ingolf Wagner 2019-12-18 01:50:31 +13:00
parent b952dfdd53
commit c0412920dd
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -131,6 +131,7 @@ with lib;
}; };
smartphone-music = { smartphone-music = {
enable = lib.mkDefault false; enable = lib.mkDefault false;
id = "0vjze-xvs8n";
watch = false; watch = false;
devices = [ "sterni" "porani" "smartphone" ]; devices = [ "sterni" "porani" "smartphone" ];
}; };