nixos/mautrix-facebook: add new required config option
Kevin Cox 3 years ago 610fcf12 960c8294
··· 25 default = { 26 homeserver = { 27 address = "http://localhost:8008"; 0 28 }; 29 30 appservice = rec {
··· 25 default = { 26 homeserver = { 27 address = "http://localhost:8008"; 28 + software = "standard"; 29 }; 30 31 appservice = rec {