From 424de492d725c52a9782fb4bd3fa7dca668e484a Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sat, 15 Mar 2025 12:29:30 +0000 Subject: [PATCH] yevaud: move git.qenya.tel -> git.unspecified.systems --- hosts/yevaud/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hosts/yevaud/default.nix b/hosts/yevaud/default.nix index 84a2e2e..e028d11 100644 --- a/hosts/yevaud/default.nix +++ b/hosts/yevaud/default.nix @@ -38,7 +38,7 @@ qenya.services.forgejo = { enable = true; - domain = "git.qenya.tel"; + domain = "git.unspecified.systems"; }; services.nginx = { @@ -47,12 +47,17 @@ "git.katherina.rocks" = { forceSSL = true; enableACME = true; - locations."/".return = "301 https://git.qenya.tel$request_uri"; + locations."/".return = "301 https://git.unspecified.systems$request_uri"; + }; + "git.qenya.tel" = { + forceSSL = true; + enableACME = true; + locations."/".return = "301 https://git.unspecified.systems$request_uri"; }; "birdsong.network" = { forceSSL = true; enableACME = true; - locations."/".return = "301 https://git.qenya.tel/qenya/birdsong/"; + locations."/".return = "301 https://git.unspecified.systems/qenya/birdsong/"; }; }; };