diff --git a/systems/hetzner/matrix.nix b/systems/hetzner/matrix.nix index c611122..55b5784 100644 --- a/systems/hetzner/matrix.nix +++ b/systems/hetzner/matrix.nix @@ -78,4 +78,13 @@ in ]; }; }; + + services.mautrix-whatsapp = { + enable = true; + settings = { + homeserver = { + address = "http://localhost:8018"; + }; + }; + }; }