summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-23 12:46:53 -0400
committertriethyl <triethylammonium@pm.me>2025-10-23 12:46:53 -0400
commitfe7c52513cb49b7e56968bb1d759c7428d1e97f6 (patch)
tree6c2ff6cbf25fb361af0ca124d7a85f527f926722 /nixos
parentd5de8c8bc833b7dc169027dfd38e94bbbb924d69 (diff)
homelab: added comms default file
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
+ ];
+}