diff options
| author | triethyl <triethylammonium@pm.me> | 2025-10-27 14:24:06 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-10-27 14:24:06 -0400 |
| commit | 35cfd79980890310a5d4100932bd298742a5b170 (patch) | |
| tree | c37b7d86d23c310d63f8e15b15363d31eac39807 /nixos/modules/homelab/communications/matrix.nix | |
| parent | 5f6f4fd7fa201154e0ee5c7cadc4bbe40388f0ed (diff) | |
homelab: added matrix module
Diffstat (limited to 'nixos/modules/homelab/communications/matrix.nix')
| -rw-r--r-- | nixos/modules/homelab/communications/matrix.nix | 5 |
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 { + +} |
