make default for disableRegistrations false
This commit is contained in:
parent
61def8ccb0
commit
1729b90a2e
|
@ -170,7 +170,7 @@ in {
|
|||
|
||||
disableRegistrations = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = "Disable user registrations";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue