fedi servername

This commit is contained in:
twoneis 2025-02-07 17:36:30 +01:00
parent 4d283f61a5
commit 9bd1efb7d6

View file

@ -5,7 +5,7 @@ in mkIf conf.fedi.enable {
services.akkoma = { services.akkoma = {
enable = true; enable = true;
nginx = { nginx = {
onlySSL = true; serverName = "fedi.twoneis.site";
}; };
}; };
} }