This commit is contained in:
Philipp Hochkamp 2022-10-29 23:01:23 +02:00
parent 8f190e8957
commit 76832972e6
4 changed files with 15 additions and 21 deletions

View file

@ -13,6 +13,7 @@ in
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
package = (pkgs.nginxStable.override { openssl = pkgs.openssl_1_1; });
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedGzipSettings = true;