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

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