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:
parent
12c25bcde8
commit
87bdaf15da
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
let
|
let
|
||||||
domain = "headscale.hoyer.world";
|
domain = "headscale.hoyer.xyz";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue