add smartphone-folder
This commit is contained in:
parent
0365e8f6a3
commit
ed2bcc42e3
4 changed files with 18 additions and 1 deletions
|
@ -53,6 +53,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = "/home/palo/music-projects";
|
path = "/home/palo/music-projects";
|
||||||
};
|
};
|
||||||
|
smartphone-folder = {
|
||||||
|
enable = true;
|
||||||
|
path = "/home/palo/smartphone-folder";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -101,6 +101,11 @@
|
||||||
path = "/media/syncthing/series";
|
path = "/media/syncthing/series";
|
||||||
rescanInterval = 8 * 3600;
|
rescanInterval = 8 * 3600;
|
||||||
};
|
};
|
||||||
|
smartphone-folder = {
|
||||||
|
enable = true;
|
||||||
|
path = "/media/syncthing/smartphone-folder";
|
||||||
|
rescanInterval = 8 * 3600;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -74,7 +74,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = "/home/palo/windows-sync";
|
path = "/home/palo/windows-sync";
|
||||||
};
|
};
|
||||||
|
smartphone-folder = {
|
||||||
|
enable = true;
|
||||||
|
path = "/home/palo/smartphone-folder";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -119,6 +119,11 @@ with lib; {
|
||||||
watch = false;
|
watch = false;
|
||||||
devices = [ "workout" "workhorse" "pepe" "sterni" ];
|
devices = [ "workout" "workhorse" "pepe" "sterni" ];
|
||||||
};
|
};
|
||||||
|
smartphone-folder = {
|
||||||
|
enable = lib.mkDefault false;
|
||||||
|
watch = false;
|
||||||
|
devices = [ "workout" "workhorse" "sterni" ];
|
||||||
|
};
|
||||||
podcasts = {
|
podcasts = {
|
||||||
enable = lib.mkDefault false;
|
enable = lib.mkDefault false;
|
||||||
id = "yvzmx-hcomd";
|
id = "yvzmx-hcomd";
|
||||||
|
|
Loading…
Reference in a new issue