Merge pull request #234254 from kevincox/mautrix-facebook-appservice-id
nixos.mautrix-facebook: Fix appservice name
This commit is contained in:
commit
cf58ff13a3
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue