summaryrefslogtreecommitdiffstats
path: root/mv/3modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mv/3modules/default.nix')
-rw-r--r--mv/3modules/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/mv/3modules/default.nix b/mv/3modules/default.nix
new file mode 100644
index 00000000..963f108b
--- /dev/null
+++ b/mv/3modules/default.nix
@@ -0,0 +1,7 @@
+_:
+
+{
+ imports = [
+ ./iptables.nix
+ ];
+}