syncthing: removed podcasts
This commit is contained in:
parent
e6ffb1542c
commit
d0dc8563f7
5 changed files with 1 additions and 23 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
./bepasty.nix
|
||||
./castget.nix
|
||||
#./castget.nix
|
||||
./gogs.nix
|
||||
./grafana.nix
|
||||
./graylog.nix
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue