Use only snake case for element-web config since camel case is deprecated
This commit is contained in:
parent
d036d4a167
commit
440251d2fc
|
@ -10,7 +10,10 @@
|
||||||
enableImapSsl = true;
|
enableImapSsl = true;
|
||||||
enableSubmission = false;
|
enableSubmission = false;
|
||||||
enableSubmissionSsl = true;
|
enableSubmissionSsl = true;
|
||||||
|
<<<<<<< HEAD
|
||||||
lmtpSaveToDetailMailbox = "no";
|
lmtpSaveToDetailMailbox = "no";
|
||||||
|
=======
|
||||||
|
>>>>>>> 634557c (Change mail config of services to use new mail server)
|
||||||
domains = [ "grzb.de" "vs.grzb.de" "wg.grzb.de" "nekover.se" ];
|
domains = [ "grzb.de" "vs.grzb.de" "wg.grzb.de" "nekover.se" ];
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"fiona@grzb.de" = {
|
"fiona@grzb.de" = {
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
args.password = "synapse";
|
args.password = "synapse";
|
||||||
};
|
};
|
||||||
email = {
|
email = {
|
||||||
smtp_host = "mail.grzb.de";
|
smtp_host = "mail-1.grzb.de";
|
||||||
smtp_port = 465;
|
smtp_port = 465;
|
||||||
smtp_user = "matrix";
|
smtp_user = "matrix@nekover.se";
|
||||||
force_tls = true;
|
force_tls = true;
|
||||||
notif_from = "Nekoverse Matrix Server <nyareply@nekover.se>";
|
notif_from = "Nekoverse Matrix Server <nyareply@nekover.se>";
|
||||||
};
|
};
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
mail_domain = "nekover.se";
|
mail_domain = "nekover.se";
|
||||||
mail_smtpauthtype = "LOGIN";
|
mail_smtpauthtype = "LOGIN";
|
||||||
mail_smtpauth = 1;
|
mail_smtpauth = 1;
|
||||||
mail_smtphost = "mail.grzb.de";
|
mail_smtphost = "mail-1.grzb.de";
|
||||||
mail_smtpport = 465;
|
mail_smtpport = 465;
|
||||||
mail_smtpname = "nextcloud";
|
mail_smtpname = "cloud@nekover.se";
|
||||||
};
|
};
|
||||||
# Only contains mail_smtppassword
|
# Only contains mail_smtppassword
|
||||||
secretFile = "/secrets/nextcloud-secretfile.secret";
|
secretFile = "/secrets/nextcloud-secretfile.secret";
|
||||||
|
|
|
@ -24,12 +24,12 @@
|
||||||
],
|
],
|
||||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||||
"uisi_autorageshake_app": "element-auto-uisi",
|
"uisi_autorageshake_app": "element-auto-uisi",
|
||||||
"defaultCountryCode": "DE",
|
"default_country_code": "DE",
|
||||||
"showLabsSettings": true,
|
"show_labs_settings": true,
|
||||||
"features": { },
|
"features": {},
|
||||||
"default_federate": true,
|
"default_federate": true,
|
||||||
"default_theme": "dark",
|
"default_theme": "dark",
|
||||||
"roomDirectory": {
|
"room_directory": {
|
||||||
"servers": [
|
"servers": [
|
||||||
"matrix.org"
|
"matrix.org"
|
||||||
]
|
]
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
"https://matrix.org": false,
|
"https://matrix.org": false,
|
||||||
"https://matrix-client.matrix.org": false
|
"https://matrix-client.matrix.org": false
|
||||||
},
|
},
|
||||||
"settingDefaults": {
|
"setting_defaults": {
|
||||||
"breadcrumbs": true
|
"breadcrumbs": true
|
||||||
},
|
},
|
||||||
"jitsi": {
|
"jitsi": {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
element-web = pkgs.fetchzip {
|
element-web = pkgs.fetchzip {
|
||||||
url = "https://github.com/vector-im/element-web/releases/download/v1.11.40/element-v1.11.40.tar.gz";
|
url = "https://github.com/vector-im/element-web/releases/download/v1.11.43/element-v1.11.43.tar.gz";
|
||||||
sha256 = "sha256-IZ1FjT9fAv6wDfgLcCLBHwg6iXGXC4E0/2/67hArD4w=";
|
sha256 = "sha256-MxUu5dFf4RL0crQol4hG6gNE+9Qu5/vBWdpf0ENaFV0=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
12
flake.lock
12
flake.lock
|
@ -70,11 +70,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1695011647,
|
"lastModified": 1695106126,
|
||||||
"narHash": "sha256-A0iKkey2LBlKCvwMR0HDXSs7ubdFP3ly8YE3m2zS/L4=",
|
"narHash": "sha256-5BDOEo5miK+46ByqhooW32viYzDUmHrw++UK8zkMbPg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4d2bff6897a5434eef9bd958c7e89c96dec569e0",
|
"rev": "53d337b63c8f9d7e0f8709cae0008a9655bee33e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -116,11 +116,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1694928810,
|
"lastModified": 1695043561,
|
||||||
"narHash": "sha256-M/3+pRQmM+FeBeSKRp0b01pncbNiiC2ggJE4Wpi7c1Q=",
|
"narHash": "sha256-ajrDIUJA5RB6Y2I1G4suDhiDMJuwg1WarNuasshRobE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "948e8754755a9f27587d5bd109af2cfad313add8",
|
"rev": "089313d7c7c864b21648d78fb8700062dafab1f2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue