summary refs log tree commit diff
path: root/nixos/tests/containers-portforward.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/containers-portforward.nix')
-rw-r--r--nixos/tests/containers-portforward.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/containers-portforward.nix b/nixos/tests/containers-portforward.nix
index be83f82445ed..d2dda926fc0e 100644
--- a/nixos/tests/containers-portforward.nix
+++ b/nixos/tests/containers-portforward.nix
@@ -28,7 +28,6 @@ import ./make-test.nix ({ pkgs, ...} : {
             { services.httpd.enable = true;
               services.httpd.adminAddr = "foo@example.org";
               networking.firewall.allowedTCPPorts = [ 80 ];
-              networking.firewall.allowPing = true;
             };
         };