WIP mautrix-telegram
This commit is contained in:
0
hosts/marauder/printing.nix
Normal file → Executable file
0
hosts/marauder/printing.nix
Normal file → Executable file
14
hosts/quasar/default.nix
Normal file → Executable file
14
hosts/quasar/default.nix
Normal file → Executable file
@@ -40,12 +40,26 @@
|
|||||||
settings = {
|
settings = {
|
||||||
server_name = config.networking.domain;
|
server_name = config.networking.domain;
|
||||||
serve_server_wellknown = true;
|
serve_server_wellknown = true;
|
||||||
|
# app_service_config_files = [ ];
|
||||||
registration_shared_secret = secrets.synapse."consortium.chat".registration-shared-secret;
|
registration_shared_secret = secrets.synapse."consortium.chat".registration-shared-secret;
|
||||||
macaroon_secret_key = secrets.synapse."consortium.chat".macaroon-secret-key;
|
macaroon_secret_key = secrets.synapse."consortium.chat".macaroon-secret-key;
|
||||||
form_secret = secrets.synapse."consortium.chat".form-secret;
|
form_secret = secrets.synapse."consortium.chat".form-secret;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.mautrix-telegram = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
homeserver = {
|
||||||
|
address = "http://localhost:8008";
|
||||||
|
domain = config.networking.domain;
|
||||||
|
};
|
||||||
|
appservice = {
|
||||||
|
id = "telegram";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
promptEmoji = "🌟";
|
promptEmoji = "🌟";
|
||||||
|
|
||||||
time.timeZone = "America/Los_Angeles";
|
time.timeZone = "America/Los_Angeles";
|
||||||
|
0
modules/prompt.nix
Normal file → Executable file
0
modules/prompt.nix
Normal file → Executable file
0
modules/zerotier.nix
Normal file → Executable file
0
modules/zerotier.nix
Normal file → Executable file
Reference in New Issue
Block a user