Disable registration now

This commit is contained in:
Lillian Violet 2024-03-17 20:53:11 +01:00
parent a219487fd9
commit f46f2de03f

View file

@ -41,7 +41,7 @@ in {
settings.global = {
inherit server_name;
database_backend = "sqlite";
allow_registration = true;
allow_registration = false;
};
};