summaryrefslogtreecommitdiffstats
path: root/mv/3modules/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-17 23:14:28 +0100
committermakefu <github@syntax-fehler.de>2015-11-17 23:14:28 +0100
commit84743dcd4ab912721841d7431e02a4b40edd95a1 (patch)
tree19d0200fb7b3f60861eb08dc1243bc49d4411c7d /mv/3modules/default.nix
parente4c46c2ec22613830c5839001550f5fa155e260d (diff)
parentdba0db28d96978d51284512c6b57a48fbfa9f492 (diff)
Merge remote-tracking branch 'cd/master'
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
+ ];
+}