mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
nixos/mautrix-telegram: update defaults
These three defaults must exist in the config now, otherwise `mautrix-telegram` will refuse to start.
This commit is contained in:
parent
878e80c596
commit
752b6a95db
@ -21,6 +21,7 @@ in {
|
||||
default = {
|
||||
appservice = rec {
|
||||
database = "sqlite:///${dataDir}/mautrix-telegram.db";
|
||||
database_opts = {};
|
||||
hostname = "0.0.0.0";
|
||||
port = 8080;
|
||||
address = "http://localhost:${toString port}";
|
||||
@ -29,6 +30,8 @@ in {
|
||||
bridge = {
|
||||
permissions."*" = "relaybot";
|
||||
relaybot.whitelist = [ ];
|
||||
double_puppet_server_map = {};
|
||||
login_shared_secret_map = {};
|
||||
};
|
||||
|
||||
logging = {
|
||||
|
Loading…
Reference in New Issue
Block a user