Allow registration for now

This commit is contained in:
Nathan McCarty 2025-02-12 03:13:23 -05:00
parent bb54b47772
commit 0665af2f5d

View file

@ -22,6 +22,7 @@ in {
settings.global = { settings.global = {
inherit server_name; inherit server_name;
allow_registration = true;
}; };
}; };