closed -> close
This commit is contained in:
parent
339f51a5a0
commit
4e39a8b260
|
@ -128,7 +128,7 @@ in {
|
|||
configureNginx = true;
|
||||
automaticMigrations = true;
|
||||
streamingProcesses = cfg.streaming-processes;
|
||||
extraConfig.registrations_open = !cfg.closed-registrations;
|
||||
extraConfig.registrations_open = !cfg.close-registrations;
|
||||
};
|
||||
nginx = {
|
||||
recommendedTlsSettings = true;
|
||||
|
|
Loading…
Reference in New Issue