summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/homelab/communications/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/homelab/communications/default.nix b/nixos/modules/homelab/communications/default.nix
new file mode 100644
index 0000000..3d96b71
--- /dev/null
+++ b/nixos/modules/homelab/communications/default.nix
@@ -0,0 +1,5 @@
+{ ... }: {
+ imports = [
+ ./mattermost.nix
+ ];
+}