From 95ceb640e4de44994c265155464f81e1893dd394 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 18 Aug 2023 02:53:26 +0200 Subject: Refactor --- host/Rory-nginx/services/matrix/root.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 host/Rory-nginx/services/matrix/root.nix (limited to 'host/Rory-nginx/services/matrix/root.nix') diff --git a/host/Rory-nginx/services/matrix/root.nix b/host/Rory-nginx/services/matrix/root.nix new file mode 100755 index 0000000..f9a9d49 --- /dev/null +++ b/host/Rory-nginx/services/matrix/root.nix @@ -0,0 +1,13 @@ +{ config, pkgs, lib, botcore-v4, ... }: + +{ + imports = + [ + ./synapse.nix + ./coturn.nix + ./matrix-appservice-discord.nix + ./draupnir.nix + ]; + + system.stateVersion = "22.11"; # DO NOT EDIT! +} \ No newline at end of file -- cgit 1.4.1