test this
This commit is contained in:
parent
d1fe8fcbb3
commit
6c3b01d6a5
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
in mkIf conf.fedi.enable {
|
||||
services.akkoma = {
|
||||
enable = true;
|
||||
user = "akkoma";
|
||||
config = {
|
||||
":pleroma" = {
|
||||
":instance" = {
|
||||
|
@ -16,6 +15,10 @@ in mkIf conf.fedi.enable {
|
|||
"Pleroma.Upload" = {
|
||||
base_url = "https://media.fedi.twoneis.site/media";
|
||||
};
|
||||
"Pleroma.Repo" = {
|
||||
username = "akkoma";
|
||||
password._secret = "/root/db_password";
|
||||
};
|
||||
};
|
||||
};
|
||||
nginx = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue