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";
|
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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue