From fe7c52513cb49b7e56968bb1d759c7428d1e97f6 Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 23 Oct 2025 12:46:53 -0400 Subject: homelab: added comms default file --- nixos/modules/homelab/communications/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nixos/modules/homelab/communications/default.nix (limited to 'nixos') 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 + ]; +} -- cgit v1.2.3