From 125aeaa50baf9cd0a40ece816760081eb594c51e Mon Sep 17 00:00:00 2001 From: Parthiv Seetharaman Date: Sat, 12 Mar 2022 13:25:47 -0800 Subject: modules: allow for more modules to be added --- checks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checks.nix') 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 = { -- cgit v1.2.3