This commit is contained in:
k 2024-05-28 11:58:37 -04:00
parent 12a445c435
commit dd64901a69

View File

@ -64,6 +64,8 @@
networking.domain = "dhilton.xyz"; networking.domain = "dhilton.xyz";
services.postgresql.enable = true;
services.akkoma.enable = true; services.akkoma.enable = true;
services.akkoma.config = { services.akkoma.config = {
":pleroma" = { ":pleroma" = {
@ -72,13 +74,14 @@
description = "dhilton akkoma server"; description = "dhilton akkoma server";
email = "markers711@gmail.com"; email = "markers711@gmail.com";
registration_open = false; registration_open = false;
}; };
"Pleroma.Web.Endpoint" = { "Pleroma.Web.Endpoint" = {
url.host = "fed.dhilton.xyz"; url.host = "fed.dhilton.xyz";
};
}; };
}; };
};
services.akkoma.nginx = { services.akkoma.nginx = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;