1
0
Fork 0

make default for disableRegistrations false

This commit is contained in:
chaos 2023-09-14 23:20:23 +01:00
parent 61def8ccb0
commit 1729b90a2e
No known key found for this signature in database

View file

@ -170,7 +170,7 @@ in {
disableRegistrations = mkOption { disableRegistrations = mkOption {
type = types.bool; type = types.bool;
default = true; default = false;
description = "Disable user registrations"; description = "Disable user registrations";
}; };