syncthing: add smartphone to smartphone-folder
This commit is contained in:
parent
922d9ad959
commit
26032cf23f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue