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