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