9 lines
183 B
Nix
9 lines
183 B
Nix
{ ... }:
|
|
{
|
|
services.nginx = {
|
|
recommendedTlsSettings = true;
|
|
recommendedProxySettings = true;
|
|
recommendedOptimisation = true;
|
|
recommendedGzipSettings = true;
|
|
};
|
|
}
|