nixos-config/services/default.nix
Antoine Martin 4d89de4841 matrix: migrate server and setup federation
It works, but looks and feels hacky. Needs cleanups
2021-01-28 02:54:33 +01:00

9 lines
71 B
Nix

{ ... }:
{
imports = [
./matrix.nix
./monitoring.nix
];
}