0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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