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:
commit
cf58ff13a3
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue