checking some stuff

This commit is contained in:
twoneis 2025-02-06 21:56:43 +01:00
parent 5c1af20894
commit a9aaa9bfcf
4 changed files with 23 additions and 1 deletions

View file

@ -8,7 +8,16 @@ in mkIf conf.website.enable {
forceSSL = false;
locations = {
"/" = {
return = "200 \"Faggot\"";
return = "200 \"faggot\"";
};
};
};
"fedi.twoneis.site" = {
serverName = "git.twoneis.site";
forceSSL = false;
locations = {
"/" = {
return = "200 \"faggot on fedi?\"";
};
};
};