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