summary refs log tree commit diff
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)
downloadnixpkgs-b91fc28db0ee9204b404e611a965ea52360e9467.tar
nixpkgs-b91fc28db0ee9204b404e611a965ea52360e9467.tar.gz
nixpkgs-b91fc28db0ee9204b404e611a965ea52360e9467.tar.bz2
nixpkgs-b91fc28db0ee9204b404e611a965ea52360e9467.tar.lz
nixpkgs-b91fc28db0ee9204b404e611a965ea52360e9467.tar.xz
nixpkgs-b91fc28db0ee9204b404e611a965ea52360e9467.tar.zst
nixpkgs-b91fc28db0ee9204b404e611a965ea52360e9467.zip
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 6c0d43b1c12..5bb7159149c 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 {