add smartphone-folder

feature/hass
Ingolf Wagner 2020-03-15 02:29:50 +08:00
parent 0365e8f6a3
commit ed2bcc42e3
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
4 changed files with 18 additions and 1 deletions

View File

@ -53,6 +53,10 @@
enable = true;
path = "/home/palo/music-projects";
};
smartphone-folder = {
enable = true;
path = "/home/palo/smartphone-folder";
};
};
};

View File

@ -101,6 +101,11 @@
path = "/media/syncthing/series";
rescanInterval = 8 * 3600;
};
smartphone-folder = {
enable = true;
path = "/media/syncthing/smartphone-folder";
rescanInterval = 8 * 3600;
};
};
};

View File

@ -74,7 +74,10 @@
enable = true;
path = "/home/palo/windows-sync";
};
smartphone-folder = {
enable = true;
path = "/home/palo/smartphone-folder";
};
};
};
};

View File

@ -119,6 +119,11 @@ with lib; {
watch = false;
devices = [ "workout" "workhorse" "pepe" "sterni" ];
};
smartphone-folder = {
enable = lib.mkDefault false;
watch = false;
devices = [ "workout" "workhorse" "sterni" ];
};
podcasts = {
enable = lib.mkDefault false;
id = "yvzmx-hcomd";