Possible infinite recursion?

This commit is contained in:
Lillian Violet 2023-11-26 17:56:14 +01:00
parent 8b17cc071d
commit 32e29effc5

View file

@ -38,18 +38,6 @@
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;