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 let
cfg = config.services.nginx; cfg = config.services.nginx;
{ in {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.nginx = { services.nginx = {
recommendedGzipSettings = true; recommendedGzipSettings = true;