summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab/communications/matrix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/homelab/communications/matrix.nix')
-rw-r--r--nixos/modules/homelab/communications/matrix.nix5
1 files changed, 5 insertions, 0 deletions
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 {
+
+}