summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-27 14:24:06 -0400
committertriethyl <triethylammonium@pm.me>2025-10-27 14:24:06 -0400
commit35cfd79980890310a5d4100932bd298742a5b170 (patch)
treec37b7d86d23c310d63f8e15b15363d31eac39807 /nixos/modules/homelab/default.nix
parent5f6f4fd7fa201154e0ee5c7cadc4bbe40388f0ed (diff)
homelab: added matrix module
Diffstat (limited to 'nixos/modules/homelab/default.nix')
-rw-r--r--nixos/modules/homelab/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/homelab/default.nix b/nixos/modules/homelab/default.nix
index ab7fa87..72bbb0e 100644
--- a/nixos/modules/homelab/default.nix
+++ b/nixos/modules/homelab/default.nix
@@ -5,6 +5,7 @@ in {
./core
./cloud
./dev
+ ./communications
];
options.homelab = {
enable = lib.mkEnableOption "homelab";