summaryrefslogtreecommitdiffstats
path: root/modules/matrix/default.nix
blob: 5668220cf51f82359c6c6afc2e91e24e8736e89f (plain)
1
2
3
4
5
6
{
  krebs.iana-etc.services."8448".tcp = {
    name = "matrix-fed";
    description = "Matrix Federation Protocol";
  };
}