add admin ui

This commit is contained in:
41666 2024-04-30 15:53:53 -04:00
parent 7dde8af769
commit b0c5a62163

View file

@ -40,6 +40,12 @@ in {
]; ];
}; };
frontends.admin = {
name = "admin-fe";
ref = "develop";
package = pkgs.akkoma-frontends.admin-fe;
};
config = with (pkgs.formats.elixirConf { }).lib; { config = with (pkgs.formats.elixirConf { }).lib; {
":pleroma" = { ":pleroma" = {
":instance" = { ":instance" = {