From fbba7df4b7c9de5b1926612647e1d9d06b7d22cf Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 20 May 2023 13:38:56 +0200 Subject: Feat(system/matrix/conduit): Add matrix-conduit --- system/services/matrix/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/services/matrix/default.nix (limited to 'system/services/matrix/default.nix') diff --git a/system/services/matrix/default.nix b/system/services/matrix/default.nix new file mode 100644 index 0000000..7f2a357 --- /dev/null +++ b/system/services/matrix/default.nix @@ -0,0 +1,5 @@ +{config, ...}: { + imports = [ + ./conduit + ]; +} -- cgit 1.4.1