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 { in mkIf conf.fedi.enable {
services.akkoma = { services.akkoma = {
enable = true; enable = true;
user = "akkoma";
config = { config = {
":pleroma" = { ":pleroma" = {
":instance" = { ":instance" = {
@ -16,6 +15,10 @@ in mkIf conf.fedi.enable {
"Pleroma.Upload" = { "Pleroma.Upload" = {
base_url = "https://media.fedi.twoneis.site/media"; base_url = "https://media.fedi.twoneis.site/media";
}; };
"Pleroma.Repo" = {
username = "akkoma";
password._secret = "/root/db_password";
};
}; };
}; };
nginx = { nginx = {