Use only snake case for element-web config since camel case is deprecated
This commit is contained in:
parent
f941aa1c01
commit
d18fe31991
6 changed files with 20 additions and 17 deletions
|
@ -10,7 +10,10 @@
|
|||
enableImapSsl = true;
|
||||
enableSubmission = false;
|
||||
enableSubmissionSsl = true;
|
||||
<<<<<<< HEAD
|
||||
lmtpSaveToDetailMailbox = "no";
|
||||
=======
|
||||
>>>>>>> 634557c (Change mail config of services to use new mail server)
|
||||
domains = [ "grzb.de" "vs.grzb.de" "wg.grzb.de" "nekover.se" ];
|
||||
loginAccounts = {
|
||||
"fiona@grzb.de" = {
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
args.password = "synapse";
|
||||
};
|
||||
email = {
|
||||
smtp_host = "mail.grzb.de";
|
||||
smtp_host = "mail-1.grzb.de";
|
||||
smtp_port = 465;
|
||||
smtp_user = "matrix";
|
||||
smtp_user = "matrix@nekover.se";
|
||||
force_tls = true;
|
||||
notif_from = "Nekoverse Matrix Server <nyareply@nekover.se>";
|
||||
};
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
mail_domain = "nekover.se";
|
||||
mail_smtpauthtype = "LOGIN";
|
||||
mail_smtpauth = 1;
|
||||
mail_smtphost = "mail.grzb.de";
|
||||
mail_smtphost = "mail-1.grzb.de";
|
||||
mail_smtpport = 465;
|
||||
mail_smtpname = "nextcloud";
|
||||
mail_smtpname = "cloud@nekover.se";
|
||||
};
|
||||
# Only contains mail_smtppassword
|
||||
secretFile = "/secrets/nextcloud-secretfile.secret";
|
||||
|
|
|
@ -24,12 +24,12 @@
|
|||
],
|
||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||
"uisi_autorageshake_app": "element-auto-uisi",
|
||||
"defaultCountryCode": "DE",
|
||||
"showLabsSettings": true,
|
||||
"features": { },
|
||||
"default_country_code": "DE",
|
||||
"show_labs_settings": true,
|
||||
"features": {},
|
||||
"default_federate": true,
|
||||
"default_theme": "dark",
|
||||
"roomDirectory": {
|
||||
"room_directory": {
|
||||
"servers": [
|
||||
"matrix.org"
|
||||
]
|
||||
|
@ -39,7 +39,7 @@
|
|||
"https://matrix.org": false,
|
||||
"https://matrix-client.matrix.org": false
|
||||
},
|
||||
"settingDefaults": {
|
||||
"setting_defaults": {
|
||||
"breadcrumbs": true
|
||||
},
|
||||
"jitsi": {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
element-web = pkgs.fetchzip {
|
||||
url = "https://github.com/vector-im/element-web/releases/download/v1.11.40/element-v1.11.40.tar.gz";
|
||||
sha256 = "sha256-IZ1FjT9fAv6wDfgLcCLBHwg6iXGXC4E0/2/67hArD4w=";
|
||||
url = "https://github.com/vector-im/element-web/releases/download/v1.11.43/element-v1.11.43.tar.gz";
|
||||
sha256 = "sha256-MxUu5dFf4RL0crQol4hG6gNE+9Qu5/vBWdpf0ENaFV0=";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue