diff options
author | tv <tv@krebsco.de> | 2019-02-10 14:36:31 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-10 14:36:31 +0100 |
commit | bc534f38aa3885d654175e747774dcbad243c08d (patch) | |
tree | 4618f1ff924a2eb9371fb9419bc9da5817763ead /tv/3modules/iptables.nix | |
parent | 8371e21c10bdb5d5353cc581efba7e09e4ce7a91 (diff) |
tv iptables extraTypes: add Retiolum
Diffstat (limited to 'tv/3modules/iptables.nix')
-rw-r--r-- | tv/3modules/iptables.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/3modules/iptables.nix b/tv/3modules/iptables.nix index 3f1df9220..3974760d5 100644 --- a/tv/3modules/iptables.nix +++ b/tv/3modules/iptables.nix @@ -32,6 +32,10 @@ let { type = with types; listOf str; default = []; }; + filter.Retiolum = mkOption { + type = with types; listOf str; + default = []; + }; }; }; }; |