about summary refs log tree commit diff
path: root/nixos/tests/cjdns.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-10-30 22:26:43 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-30 22:26:43 +0100
commit4c8a198f12ed3131615e725c59349b04b8ed18a3 (patch)
tree36a63ddbe5baed01614220c5919934b3e6bd8f11 /nixos/tests/cjdns.nix
parentf8ef8bf469464391fdf1cd041287fd32d8a210ac (diff)
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.
Diffstat (limited to 'nixos/tests/cjdns.nix')
-rw-r--r--nixos/tests/cjdns.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/tests/cjdns.nix b/nixos/tests/cjdns.nix
index ab5f8e0bcf3e5..e03bb9882540c 100644
--- a/nixos/tests/cjdns.nix
+++ b/nixos/tests/cjdns.nix
@@ -13,9 +13,6 @@ let
 
       # CJDNS output is incompatible with the XML log.
       systemd.services.cjdns.serviceConfig.StandardOutput = "null";
-      #networking.firewall.enable = true;
-      networking.firewall.allowPing = true;
-      #networking.firewall.rejectPackets = true;
     };
 
 in