about summary refs log tree commit diff
path: root/labernix/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'labernix/common.nix')
-rw-r--r--labernix/common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/labernix/common.nix b/labernix/common.nix
new file mode 100644
index 00000000..b012032a
--- /dev/null
+++ b/labernix/common.nix
@@ -0,0 +1,4 @@
+{
+  imports = import ./modules/module-list.nix;
+  networking.firewall.enable = false;
+}