aboutsummaryrefslogtreecommitdiff
path: root/modules/homelab/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-08 19:04:26 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-08 19:09:01 -0700
commitcf9158ab77cbfa701a60f485d3c2bc8de9a894e0 (patch)
treeedbc3c305fec67bf3bff65915d8eefbfeae3e5e9 /modules/homelab/default.nix
parenthome: get rid of mail / gpg modules (diff)
downloadinfra-cf9158ab77cbfa701a60f485d3c2bc8de9a894e0.tar.gz
module for homelab
Diffstat (limited to '')
-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 ];
+}