{
config,
lib,
...
}:
with lib;
mkIf config.services.nginx.enable {
services.nginx = {
recommendedProxySettings = true;
};
}