syncthing: removed podcasts

This commit is contained in:
Ingolf Wagner 2020-03-28 17:04:34 +08:00
parent e6ffb1542c
commit d0dc8563f7
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
5 changed files with 1 additions and 23 deletions

View file

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

View file

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

View file

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

View file

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

View file

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