added db
This commit is contained in:
parent
12a445c435
commit
dd64901a69
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user