From 160e125c5377c810296d31a4fd148fa2d10aec51 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Mon, 3 Feb 2025 17:34:57 +0100 Subject: [PATCH] Use debugging domain for sonarr test --- hosts/nix-test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nix-test.nix b/hosts/nix-test.nix index 6578d36..ef4efd7 100644 --- a/hosts/nix-test.nix +++ b/hosts/nix-test.nix @@ -12,7 +12,7 @@ sonarr ]; config = { - sonarr.domain = "sonarr2.${hlConfig.domain}"; + sonarr.domain = "service1.${hlConfig.domain}"; traefik.wildcardDomains = [ hlConfig.domain ]; }; stateVersion = "24.05";