diff options
Diffstat (limited to '3modules/tv/iptables.nix')
-rw-r--r-- | 3modules/tv/iptables.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/3modules/tv/iptables.nix b/3modules/tv/iptables.nix index 096b04e1d..7b9edd38b 100644 --- a/3modules/tv/iptables.nix +++ b/3modules/tv/iptables.nix @@ -11,10 +11,7 @@ let }; api = { - enable = mkOption { - type = types.bool; - default = false; - }; + enable = mkEnableOption "tv.iptables"; input-internet-accept-new-tcp = mkOption { type = with types; listOf str; |