From cf9158ab77cbfa701a60f485d3c2bc8de9a894e0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 8 May 2023 19:04:26 -0700 Subject: module for homelab --- modules/homelab/default.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/homelab/default.nix (limited to 'modules/homelab/default.nix') 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 ]; +} -- cgit v1.2.3