Merge pull request #234254 from kevincox/mautrix-facebook-appservice-id

nixos.mautrix-facebook: Fix appservice name
This commit is contained in:
Nick Cao 2023-05-26 19:48:00 -06:00 committed by GitHub
commit cf58ff13a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ in {
};
appservice = rec {
id = "facebook";
address = "http://${hostname}:${toString port}";
hostname = "localhost";
port = 29319;
@ -171,7 +172,7 @@ in {
services.mautrix-facebook = {
registrationData = {
id = "mautrix-facebook";
id = cfg.settings.appservice.id;
namespaces = {
users = [