blob: e9ce5c5af68e8982dce8f79c286263a91d541bd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{ config, pkgs, lib, botcore-v4, ... }:
{
imports =
[
./synapse.nix
./coturn.nix
./matrix-appservice-discord.nix
./draupnir.nix
./conduit.nix
];
system.stateVersion = "22.11"; # DO NOT EDIT!
}
|