update ese redirect to 2025

This commit is contained in:
Rouven Seifert 2025-01-02 00:16:57 +01:00
parent c85492d896
commit 8c6282c4fa
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -7,8 +7,7 @@ in
services.nginx = {
virtualHosts."${domain}" = {
locations."= /" = {
# temporary redirect, to avoid caching problems
return = "302 /2024/";
return = "302 /2025/";
};
locations."/" = {
root = webRoot;