valkyrie: enable nginx

This commit is contained in:
2023-06-07 17:55:53 +02:00
parent 9f778ec43d
commit 74752cf7d4
+7
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;
};