syncthing: add smartphone to smartphone-folder

This commit is contained in:
Ingolf Wagner 2020-03-16 10:07:09 +08:00
parent 922d9ad959
commit 26032cf23f
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -122,7 +122,7 @@ with lib; {
smartphone-folder = { smartphone-folder = {
enable = lib.mkDefault false; enable = lib.mkDefault false;
watch = false; watch = false;
devices = [ "workout" "workhorse" "sterni" ]; devices = [ "workout" "workhorse" "sterni" "smartphone" ];
}; };
podcasts = { podcasts = {
enable = lib.mkDefault false; enable = lib.mkDefault false;