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";
services.postgresql.enable = true;
services.akkoma.enable = true;
services.akkoma.config = {
":pleroma" = {
@ -72,13 +74,14 @@
description = "dhilton akkoma server";
email = "markers711@gmail.com";
registration_open = false;
};
};
"Pleroma.Web.Endpoint" = {
url.host = "fed.dhilton.xyz";
};
};
};
};
services.akkoma.nginx = {
enableACME = true;
forceSSL = true;