Loading nixos/modules/services/matrix/mautrix-facebook.nix +2 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ in { }; appservice = rec { id = "facebook"; address = "http://${hostname}:${toString port}"; hostname = "localhost"; port = 29319; Loading Loading @@ -171,7 +172,7 @@ in { services.mautrix-facebook = { registrationData = { id = "mautrix-facebook"; id = cfg.settings.appservice.id; namespaces = { users = [ Loading Loading
nixos/modules/services/matrix/mautrix-facebook.nix +2 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ in { }; appservice = rec { id = "facebook"; address = "http://${hostname}:${toString port}"; hostname = "localhost"; port = 29319; Loading Loading @@ -171,7 +172,7 @@ in { services.mautrix-facebook = { registrationData = { id = "mautrix-facebook"; id = cfg.settings.appservice.id; namespaces = { users = [ Loading