summaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
authorParthiv Seetharaman <pachum99@myrdd.info>2022-03-12 13:25:47 -0800
committerParthiv Seetharaman <pachum99@myrdd.info>2022-03-12 13:29:30 -0800
commit125aeaa50baf9cd0a40ece816760081eb594c51e (patch)
tree88f7bbca39ee6bfbef508cdf677b7ff031ecdcfa /modules/default.nix
parentcc70149fc40ef67ee8b90a039ba388b3ae82eb82 (diff)
modules: allow for more modules to be added
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix
new file mode 100644
index 0000000..e999aae
--- /dev/null
+++ b/modules/default.nix
@@ -0,0 +1,5 @@
+{ ... }:
+
+{
+ matrix-appservices = import ./matrix-appservices;
+}