import ./make-test-python.nix { name = "nginx-etag-compression"; nodes.machine = { pkgs, lib, ... }: { services.nginx = { enable = true; recommendedGzipSettings = true; virtualHosts.default = { root = pkgs.runCommandLocal "testdir" {} '' mkdir "$out" cat > "$out/index.html" <