addd frontends
This commit is contained in:
parent
58d30c6427
commit
30d3bdfa10
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue