Compare commits
1 Commits
bd721346df
...
mautrix-te
Author | SHA1 | Date | |
---|---|---|---|
3b143d9467 |
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 = {
|
||||
server_name = config.networking.domain;
|
||||
serve_server_wellknown = true;
|
||||
# app_service_config_files = [ ];
|
||||
registration_shared_secret = secrets.synapse."consortium.chat".registration-shared-secret;
|
||||
macaroon_secret_key = secrets.synapse."consortium.chat".macaroon-secret-key;
|
||||
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 = "🌟";
|
||||
|
||||
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