summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/firehol
diff options
context:
space:
mode:
authorxeji <xeji@cat3.de>2018-03-07 00:40:27 +0100
committerxeji <xeji@cat3.de>2018-03-07 00:40:27 +0100
commitb91fc28db0ee9204b404e611a965ea52360e9467 (patch)
tree500aea52cc61419ee44825f2f2cf5e813621ca60 /pkgs/applications/networking/firehol
parentdce83f0b7971714737a3e67a63537ebdc960125f (diff)
firehol: build firehol command by default
fixes #35139
Diffstat (limited to 'pkgs/applications/networking/firehol')
-rw-r--r--pkgs/applications/networking/firehol/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/firehol/default.nix b/pkgs/applications/networking/firehol/default.nix
index 6c0d43b1c129..5bb7159149c4 100644
--- a/pkgs/applications/networking/firehol/default.nix
+++ b/pkgs/applications/networking/firehol/default.nix
@@ -2,8 +2,8 @@
, autoconf, automake, curl, iprange, iproute, ipset, iptables, iputils
, kmod, nettools, procps, tcpdump, traceroute, utillinux, whois
-# Just install FireQOS without FireHOL
-, onlyQOS ? true
+# If true, just install FireQOS without FireHOL
+, onlyQOS ? false
}:
stdenv.mkDerivation rec {