diff --git a/configs/porani/syncthing.nix b/configs/porani/syncthing.nix index 4b5062e..040f8df 100644 --- a/configs/porani/syncthing.nix +++ b/configs/porani/syncthing.nix @@ -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"; diff --git a/configs/workhorse/castget.nix b/configs/workhorse/castget.nix index 79c962e..1d89771 100644 --- a/configs/workhorse/castget.nix +++ b/configs/workhorse/castget.nix @@ -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"; diff --git a/configs/workhorse/configuration.nix b/configs/workhorse/configuration.nix index 58c48f7..a9b3efe 100644 --- a/configs/workhorse/configuration.nix +++ b/configs/workhorse/configuration.nix @@ -5,7 +5,7 @@ ./hardware-configuration.nix ./bepasty.nix - ./castget.nix + #./castget.nix ./gogs.nix ./grafana.nix ./graylog.nix diff --git a/configs/workhorse/syncthing.nix b/configs/workhorse/syncthing.nix index 095cc24..d03eabd 100644 --- a/configs/workhorse/syncthing.nix +++ b/configs/workhorse/syncthing.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"; diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index e1c800e..4ef8ad7 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -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";