From 4c8a198f12ed3131615e725c59349b04b8ed18a3 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Tue, 30 Oct 2018 22:26:43 +0100 Subject: tests/docs: remove remnants of old allowPing default (#49198) This has been defaulting to true since 16.03, we don't need this code anymore, also the note in the documentation has been obsolete for quite a while. --- nixos/tests/containers-bridge.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/tests/containers-bridge.nix') diff --git a/nixos/tests/containers-bridge.nix b/nixos/tests/containers-bridge.nix index bd8bd5dee9c..777cf9a7e7f 100644 --- a/nixos/tests/containers-bridge.nix +++ b/nixos/tests/containers-bridge.nix @@ -42,7 +42,6 @@ import ./make-test.nix ({ pkgs, ...} : { { services.httpd.enable = true; services.httpd.adminAddr = "foo@example.org"; networking.firewall.allowedTCPPorts = [ 80 ]; - networking.firewall.allowPing = true; }; }; -- cgit 1.4.1