nixos-matrix-modules/tests/base-config.nix

8 lines
132 B
Nix

{ pkgs, lib, ... }:
{
services.matrix-synapse-next = {
enable = true;
settings.server_name = "matrix.example.com";
};
}