This commit is contained in:
zuckerberg 2021-05-16 18:15:02 -04:00
parent 83ced6c485
commit 1b7f174089

View File

@ -2,7 +2,7 @@
let
cfg = config.services.nginx;
{
in {
config = lib.mkIf cfg.enable {
services.nginx = {
recommendedGzipSettings = true;