summaryrefslogtreecommitdiff
path: root/nix/modules/heisenbridge.nix
blob: f3b88fcadd3d8ee86ecba02e63ed80f15fa8e6d7 (plain)
1
2
3
4
5
6
7
8
9
{ lib, config, ... }:
{
  services.heisenbridge = {
    enable = true;
    registrationUrl = "http://localhost:6167";
    owner = "@ret2pop:matrix.nullring.xyz";
    homeserver = "http://localhost:6167";
  };
}