valkyrie: enable nginx

This commit is contained in:
Mateusz Słodkowicz 2023-06-07 17:55:53 +02:00
parent 9f778ec43d
commit 74752cf7d4
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 7 additions and 0 deletions

View File

@ -119,7 +119,14 @@
system.stateVersion = "23.05"; # Did you read the comment?
services.nginx = {
enable = true;
addSSL = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
};