From 87bdaf15da09f8be70bd6139f21d6f97443369ab Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 13 May 2026 08:48:37 +0200 Subject: [PATCH] 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. --- systems/x86_64-linux/attic/headscale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/attic/headscale.nix b/systems/x86_64-linux/attic/headscale.nix index f8b9d5e..08b1a3c 100644 --- a/systems/x86_64-linux/attic/headscale.nix +++ b/systems/x86_64-linux/attic/headscale.nix @@ -1,6 +1,6 @@ { config, ... }: let - domain = "headscale.hoyer.world"; + domain = "headscale.hoyer.xyz"; in { services = {