addd frontends

This commit is contained in:
Lillian Violet 2023-11-26 17:51:57 +01:00
parent af18a994e2
commit 8b17cc071d

View file

@ -27,7 +27,6 @@
dist.cookie._secret = config.sops.secrets."releaseCookie".path;
config = {
":pleroma".":admin_token" = "uknJWzFoYtEyZXXsCCtAMYzojXMQoHas";
":pleroma".":instance" = {
name = "GLaDTheresCake Akkoma";
email = "akkoma@gladtherescake.eu";
@ -39,6 +38,18 @@
cmd_args = "-N delay,failure,success";
qmail = true;
};
frontends = {
primary = {
package = pkgs.akkoma-frontends.akkoma-fe;
name = "akkoma-fe";
ref = "stable";
};
admin = {
package = pkgs.akkoma-frontends.admin-fe;
name = "admin-fe";
ref = "stable";
};
};
description = "Lillian's Akkoma server!";
languages = ["en" "nl"];
registrations_open = true;