add global redirect

This commit is contained in:
zackartz 2024-06-11 14:21:25 -04:00
parent b5898b935e
commit 302b91ce8b
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -22,6 +22,10 @@ in {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
}; };
"zackmyers.io" = {
globalRedirect = "zackster.zip";
};
}; };
}; };
}; };