fix: fix akkoma config key error

Changed files
+3 -1
systems
koumakan
services
fediverse
+3 -1
systems/koumakan/services/fediverse/akkoma.nix
···
sts = true;
};
-
"configurable_from_database" = true;
+
":configurable_from_database" = true;
":instance" = {
name = "CassieAkko";
description = "You should not see this here...";
···
registrations_open = true;
};
+
# TODO: add proper proxy support
+
# also refer to https://meta.akkoma.dev/t/another-vector-for-the-injection-vulnerability-found/483
":media_proxy" = {
enabled = true;
redirect_on_failure = true;