s/_/-/
This commit is contained in:
parent
fabc328e42
commit
bbac1ea785
|
@ -132,7 +132,7 @@ in {
|
||||||
automaticMigrations = true;
|
automaticMigrations = true;
|
||||||
streamingProcesses = cfg.streaming-processes;
|
streamingProcesses = cfg.streaming-processes;
|
||||||
extraConfig.registrations_open =
|
extraConfig.registrations_open =
|
||||||
if cfg.allow_registrations then "true" else "false";
|
if cfg.allow-registrations then "true" else "false";
|
||||||
};
|
};
|
||||||
nginx = {
|
nginx = {
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
Loading…
Reference in New Issue