From 35cfd79980890310a5d4100932bd298742a5b170 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 27 Oct 2025 14:24:06 -0400 Subject: homelab: added matrix module --- nixos/modules/homelab/communications/matrix.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nixos/modules/homelab/communications/matrix.nix (limited to 'nixos/modules/homelab/communications/matrix.nix') diff --git a/nixos/modules/homelab/communications/matrix.nix b/nixos/modules/homelab/communications/matrix.nix new file mode 100644 index 0000000..9e5a9b7 --- /dev/null +++ b/nixos/modules/homelab/communications/matrix.nix @@ -0,0 +1,5 @@ +{config, pkgs, lib, ...}: let + cfg = config.homelab.communications.matrix; +in { + +} -- cgit v1.2.3