summaryrefslogtreecommitdiff
path: root/checks.nix
diff options
context:
space:
mode:
authorParthiv Seetharaman <pachum99@myrdd.info>2022-03-13 01:31:05 +0000
committerParthiv Seetharaman <pachum99@myrdd.info>2022-03-13 01:31:05 +0000
commitbcfc0748e3c4ab71466662c8f217537f7d55ff6e (patch)
tree88f7bbca39ee6bfbef508cdf677b7ff031ecdcfa /checks.nix
parentcc70149fc40ef67ee8b90a039ba388b3ae82eb82 (diff)
parent125aeaa50baf9cd0a40ece816760081eb594c51e (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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks.nix b/checks.nix
index fd6e3f0..2935c49 100644
--- a/checks.nix
+++ b/checks.nix
@@ -20,7 +20,7 @@ in
nodes = {
homeserver = { pkgs, ... }: {
- imports = [ ./module ];
+ imports = [ ./modules/matrix-appservices ];
services.dendrite = {
enable = true;
settings = {