diff options
author | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-03-13 01:31:05 +0000 |
---|---|---|
committer | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-03-13 01:31:05 +0000 |
commit | bcfc0748e3c4ab71466662c8f217537f7d55ff6e (patch) | |
tree | 88f7bbca39ee6bfbef508cdf677b7ff031ecdcfa /modules/default.nix | |
parent | cc70149fc40ef67ee8b90a039ba388b3ae82eb82 (diff) | |
parent | 125aeaa50baf9cd0a40ece816760081eb594c51e (diff) |
Merge branch 'allow-more-modules' into 'main'
modules: allow for more modules to be added
See merge request coffeetables/nix-matrix-appservices!5
Diffstat (limited to 'modules/default.nix')
-rw-r--r-- | modules/default.nix | 5 |
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; +} |