From ba2db75f63ac0f41cc29cc7035667116b86ec42e Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Wed, 25 Feb 2026 00:46:02 +0100 Subject: [PATCH] foo --- hosts/www/nginx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/www/nginx.nix b/hosts/www/nginx.nix index 3a1e099..699fd3d 100644 --- a/hosts/www/nginx.nix +++ b/hosts/www/nginx.nix @@ -22,6 +22,9 @@ in index = "index.html"; tryFiles = "$uri $uri/ $uri.html =404"; }; + "/twentyyears/" = { + alias = "/srv/http/twentyyears/"; + }; # RFC8805 "/noc/" = { alias = "/srv/http/noc/"; @@ -36,9 +39,6 @@ in default_type text/plain; ''; }; - "/twentyyears/" = { - alias = "/srv/http/twentyyears/"; - }; "/.well-known/matrix/client" = { return = "200 '{\"m.homeserver\":{\"base_url\":\"https://matrix.berlin.ccc.de\"}}'"; extraConfig = ''