Optimisations -> Optimisation

This commit is contained in:
niten 2023-03-19 10:25:27 -07:00
parent 52034eaae7
commit 21f897b5c3
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ in {
config = mkIf cfg.enable {
services.nginx = mkIf (!isNull cfg.hostname) {
enable = true;
recommendedOptimisations = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedGzipSettings = true;