addd frontends
This commit is contained in:
parent
af18a994e2
commit
8b17cc071d
|
@ -27,7 +27,6 @@
|
||||||
dist.cookie._secret = config.sops.secrets."releaseCookie".path;
|
dist.cookie._secret = config.sops.secrets."releaseCookie".path;
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
":pleroma".":admin_token" = "uknJWzFoYtEyZXXsCCtAMYzojXMQoHas";
|
|
||||||
":pleroma".":instance" = {
|
":pleroma".":instance" = {
|
||||||
name = "GLaDTheresCake Akkoma";
|
name = "GLaDTheresCake Akkoma";
|
||||||
email = "akkoma@gladtherescake.eu";
|
email = "akkoma@gladtherescake.eu";
|
||||||
|
@ -39,6 +38,18 @@
|
||||||
cmd_args = "-N delay,failure,success";
|
cmd_args = "-N delay,failure,success";
|
||||||
qmail = true;
|
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!";
|
description = "Lillian's Akkoma server!";
|
||||||
languages = ["en" "nl"];
|
languages = ["en" "nl"];
|
||||||
registrations_open = true;
|
registrations_open = true;
|
||||||
|
|
Loading…
Reference in a new issue