yevaud: move git.qenya.tel -> git.unspecified.systems

This commit is contained in:
Katherina Walshe-Grey 2025-03-15 12:29:30 +00:00
parent 24faa7cc26
commit 424de492d7

View file

@ -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/";
};
};
};