summaryrefslogtreecommitdiffstats
path: root/tv/3modules/iptables.nix
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
commit7fcec61ae6a13cb82ff88706c9205eff9774a8be (patch)
tree6880c129568a6ed438619fb192d9efbca248026b /tv/3modules/iptables.nix
parent081af8ac42f6c2cf4e2afefd1ad3853f1eecd853 (diff)
tv iptables extraTypes: add Retiolum
Diffstat (limited to 'tv/3modules/iptables.nix')
-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 3f1df92..3974760 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 = [];
+ };
};
};
};