migrate internal domain to home.arpa

This commit is contained in:
♥ Minnie ♥ 2024-11-22 07:15:34 +08:00
parent b636d31d9d
commit 1f776ec51d
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
13 changed files with 11 additions and 50 deletions

View file

@ -26,7 +26,7 @@ in {
};
services.traefik.dynamicConfigOptions.http.routers = {
radarr = {
rule = "Host(`radarr.kanto.dev`)";
rule = "Host(`radarr.home.arpa`)";
entryPoints = [
"websecure"
];