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 /checks.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 'checks.nix')
-rw-r--r-- | checks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ in nodes = { homeserver = { pkgs, ... }: { - imports = [ ./module ]; + imports = [ ./modules/matrix-appservices ]; services.dendrite = { enable = true; settings = { |