syncthing: removed podcasts

feature/hass
Ingolf Wagner 2020-03-28 17:04:34 +08:00
parent e6ffb1542c
commit d0dc8563f7
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
5 changed files with 1 additions and 23 deletions

View File

@ -33,11 +33,6 @@
path = "/media/music-library";
rescanInterval = 8 * 3600;
};
podcasts = {
enable = true;
path = "/media/podcasts";
rescanInterval = 8 * 3600;
};
series = {
enable = true;
path = "/media/series";

View File

@ -12,10 +12,6 @@ in {
url = "https://alternativlos.org/alternativlos.rss";
spool = "${home}/alternativlos";
};
LORA_radio = {
url = "https://www.freie-radios.net/portal/podcast.php?radio=19&rss";
spool = "${home}/lora_radio";
};
gegenstandpunkt = {
url = "https://pc.argudiss.de/";
spool = "${home}/GegenStandpunkt";

View File

@ -5,7 +5,7 @@
./hardware-configuration.nix
./bepasty.nix
./castget.nix
#./castget.nix
./gogs.nix
./grafana.nix
./graylog.nix

View File

@ -23,8 +23,6 @@
folders = {
# todo add podcast here
# on encrypted hard drive
# -----------------------
private = {
@ -91,11 +89,6 @@
path = "/media/syncthing/music-library";
rescanInterval = 8 * 3600;
};
podcasts = {
enable = true;
path = "/media/syncthing/podcasts";
rescanInterval = 8 * 3600;
};
series = {
enable = true;
path = "/media/syncthing/series";

View File

@ -119,12 +119,6 @@ with lib; {
watch = false;
devices = [ "workout" "workhorse" "sterni" "smartphone" ];
};
podcasts = {
enable = lib.mkDefault false;
id = "yvzmx-hcomd";
watch = false;
devices = [ "workhorse" "porani" ];
};
samples = {
enable = lib.mkDefault false;
id = "pcgkj-tjucd";