fedi: enable admin-fe
This commit is contained in:
parent
2bfe2dd4ac
commit
7e8c2ea3c4
1 changed files with 11 additions and 4 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue