Loading nixos/modules/services/matrix/mautrix-whatsapp.nix +4 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,10 @@ in { example = { settings = { homeserver.address = "https://matrix.myhomeserver.org"; appservice.database = { type = "postgres"; uri = "postgresql:///mautrix_whatsapp?host=/run/postgresql"; }; bridge.permissions = { "@admin:myhomeserver.org" = "admin"; }; Loading Loading
nixos/modules/services/matrix/mautrix-whatsapp.nix +4 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,10 @@ in { example = { settings = { homeserver.address = "https://matrix.myhomeserver.org"; appservice.database = { type = "postgres"; uri = "postgresql:///mautrix_whatsapp?host=/run/postgresql"; }; bridge.permissions = { "@admin:myhomeserver.org" = "admin"; }; Loading