fix(attic): keep headscale domain as headscale.hoyer.xyz

Avoid breaking existing clients and the registered OIDC redirect URI by
keeping the original domain. Only the host backing it changes (mx -> attic);
DNS just needs to be repointed.
This commit is contained in:
Harald Hoyer 2026-05-13 08:48:37 +02:00
parent 12c25bcde8
commit 87bdaf15da

View file

@ -1,6 +1,6 @@
{ config, ... }: { config, ... }:
let let
domain = "headscale.hoyer.world"; domain = "headscale.hoyer.xyz";
in in
{ {
services = { services = {