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