fedi: enable admin-fe

This commit is contained in:
twoneis 2025-03-25 21:09:24 +01:00
parent 2bfe2dd4ac
commit 7e8c2ea3c4

View file

@ -22,11 +22,18 @@ in {
config = mkIf cfg.enable {
services.akkoma = {
enable = true;
frontends.primary = {
frontends = {
primary = {
name = "akkoma_fe";
ref = "stable";
package = akkoma-fe;
};
admin = {
name = "admin_fe";
ref = "stable";
package = pkgs.akkoma-admin-fe;
};
};
config = {
":pleroma" = {
":instance" = {