test this

This commit is contained in:
twoneis 2025-02-07 20:46:05 +01:00
parent d1fe8fcbb3
commit 6c3b01d6a5

View file

@ -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 = {