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,10 +22,17 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.akkoma = { services.akkoma = {
enable = true; enable = true;
frontends.primary = { frontends = {
name = "akkoma_fe"; primary = {
ref = "stable"; name = "akkoma_fe";
package = akkoma-fe; ref = "stable";
package = akkoma-fe;
};
admin = {
name = "admin_fe";
ref = "stable";
package = pkgs.akkoma-admin-fe;
};
}; };
config = { config = {
":pleroma" = { ":pleroma" = {