about summary refs log tree commit diff
path: root/modules/homelab/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/homelab/default.nix')
-rw-r--r--modules/homelab/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/homelab/default.nix b/modules/homelab/default.nix
new file mode 100644
index 0000000..d60b99f
--- /dev/null
+++ b/modules/homelab/default.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+  imports = [ ./domain.nix ];
+}