summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-02-10 14:36:31 +0100
committertv <tv@krebsco.de>2019-02-10 14:36:31 +0100
commitbc534f38aa3885d654175e747774dcbad243c08d (patch)
tree4618f1ff924a2eb9371fb9419bc9da5817763ead /tv
parent8371e21c10bdb5d5353cc581efba7e09e4ce7a91 (diff)
tv iptables extraTypes: add Retiolum
Diffstat (limited to 'tv')
-rw-r--r--tv/3modules/iptables.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/3modules/iptables.nix b/tv/3modules/iptables.nix
index 3f1df922..3974760d 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 = [];
+ };
};
};
};