Possible infinite recursion?
This commit is contained in:
parent
30d3bdfa10
commit
97275d1a50
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue