diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-27 13:12:19 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-27 13:12:19 +0100 |
| commit | 0c0affb59873dd265719a7293dfde6f76495c612 (patch) | |
| tree | d3d6f2f3ac272a615fef4b08b279e3427c95699d /config/services/web/rss/default.nix | |
| parent | b35b47155a6989f7644cbb7be82a388c1840a0f6 (diff) | |
services: web: rss: Mubi: replace with What's On Mubi
Diffstat (limited to 'config/services/web/rss/default.nix')
| -rw-r--r-- | config/services/web/rss/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/services/web/rss/default.nix b/config/services/web/rss/default.nix index 8975d14..2c5d515 100644 --- a/config/services/web/rss/default.nix +++ b/config/services/web/rss/default.nix @@ -9,7 +9,7 @@ let pushd $out/bridges ln -sf ${./ParisJazzClubBridge.php} ParisJazzClubBridge.php ln -sf ${./MaisonDeLaRadioBridge.php} MaisonDeLaRadioBridge.php - ln -sf ${./MubiBridge.php} MubiBridge.php + ln -sf ${./WhatsOnMubiBridge.php} WhatsOnMubiBridge.php popd '' + lib.optionalString debug '' touch $out/DEBUG @@ -18,7 +18,7 @@ let in { services.rss-bridge = { enable = true; - whitelist = [ "ParisJazzClub" "MaisonDeLaRadio" "Mubi" ]; + whitelist = [ "ParisJazzClub" "MaisonDeLaRadio" "WhatsOnMubi" ]; virtualHost = "rss"; }; |
