This commit is contained in:
niten 2024-01-28 16:07:58 -08:00
parent fabc328e42
commit bbac1ea785
1 changed files with 1 additions and 1 deletions

View File

@ -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;