diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 02:53:26 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 02:53:26 +0200 |
commit | 95ceb640e4de44994c265155464f81e1893dd394 (patch) | |
tree | d500f8130892f71c055c16b8cf2dbda771444bf2 /host/Rory-nginx/services/matrix/root.nix | |
parent | Update stuff (diff) | |
download | Rory-Open-Architecture-95ceb640e4de44994c265155464f81e1893dd394.tar.xz |
Refactor
Diffstat (limited to 'host/Rory-nginx/services/matrix/root.nix')
-rwxr-xr-x | host/Rory-nginx/services/matrix/root.nix | 13 |
1 files changed, 13 insertions, 0 deletions
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 |