recommendedOptimisations -> Optimisation

This commit is contained in:
niten 2023-03-19 10:24:58 -07:00
parent 7f061323bf
commit 1100259bcb
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.nginx = { services.nginx = {
enable = true; enable = true;
recommendedOptimisations = true; recommendedOptimisation = true;
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedGzipSettings = true; recommendedGzipSettings = true;