From 5b0e2828d1142581215c2057391f7033bd0df29e Mon Sep 17 00:00:00 2001 From: harry123 Date: Sat, 10 May 2025 10:09:49 +0200 Subject: [PATCH] fix: bad replace --- .../sisyphe/features/multimedia/arr-suite.nix | 44 +++++++++---------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/hosts/sisyphe/features/multimedia/arr-suite.nix b/hosts/sisyphe/features/multimedia/arr-suite.nix index a6a81b3..83c0358 100644 --- a/hosts/sisyphe/features/multimedia/arr-suite.nix +++ b/hosts/sisyphe/features/multimedia/arr-suite.nix @@ -18,8 +18,6 @@ in openFirewall = true; }; - - services.prowlarr = { enable = true; openFirewall = true; @@ -58,32 +56,32 @@ in */ services.caddy.virtualHosts = { - "http://radarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = '' - reverse_proxy :7878 - ''; + "http://radarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = '' + reverse_proxy :7878 + ''; - "http://sonarr.sisyphe.normandy.rougebordeaux.xyz.extraConfig = '' - reverse_proxy :8989 - ''; + "http://sonarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = '' + reverse_proxy :8989 + ''; - "http://sonarr-anime.sisyphe.normandy.rougebordeaux.xyz.extraConfig = '' - reverse_proxy :8999 - ''; + "http://sonarr-anime.sisyphe.normandy.rougebordeaux".xyz.extraConfig = '' + reverse_proxy :8999 + ''; - "http://prowlarr.sisyphe.normandy.rougebordeaux.xyz.extraConfig = '' - reverse_proxy :9696 - ''; + "http://prowlarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = '' + reverse_proxy :9696 + ''; - "http://katflix.sisyphe.normandy.rougebordeaux.xyz.extraConfig = '' - reverse_proxy :5055 - ''; + "http://katflix.sisyphe.normandy.rougebordeaux.xyz".extraConfig = '' + reverse_proxy :5055 + ''; - "http://bazarr.sisyphe.normandy.rougebordeaux.xyz.extraConfig = '' - reverse_proxy :6767 - ''; + "http://bazarr.sisyphe.normandy.rougebordeaux.xyz".extraConfig = '' + reverse_proxy :6767 + ''; - "http://bazarr-anime.sisyphe.normandy.rougebordeaux.xyz.extraConfig = '' - reverse_proxy :6777 - ''; + "http://bazarr-anime.sisyphe.normandy.rougebordeaux.xyz".extraConfig = '' + reverse_proxy :6777 + ''; }; }