add admin ui
This commit is contained in:
parent
7dde8af769
commit
b0c5a62163
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
frontends.admin = {
|
||||
name = "admin-fe";
|
||||
ref = "develop";
|
||||
package = pkgs.akkoma-frontends.admin-fe;
|
||||
};
|
||||
|
||||
config = with (pkgs.formats.elixirConf { }).lib; {
|
||||
":pleroma" = {
|
||||
":instance" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue