l nginx: enable by default

This commit is contained in:
lassulus 2023-07-23 23:11:54 +02:00
parent b8f7bebf77
commit fe89b7544e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ with import <stockholm/lib>;
{
services.nginx = {
enable = true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedTlsSettings = true;