nixos/mautrix-facebook: add new required config option

This commit is contained in:
Kevin Cox 2022-10-29 16:24:03 -04:00 committed by Winter
parent 960c82945c
commit 610fcf1243

View file

@ -25,6 +25,7 @@ in {
default = {
homeserver = {
address = "http://localhost:8008";
software = "standard";
};
appservice = rec {