make default for disableRegistrations false
This commit is contained in:
parent
61def8ccb0
commit
1729b90a2e
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue