nixos/tests/matrix-synapse: resolve deprecation warning
This commit is contained in:
@@ -67,7 +67,7 @@ in
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
mailserverIP = nodes.mailserver.config.networking.primaryIPAddress;
|
mailserverIP = nodes.mailserver.networking.primaryIPAddress;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
@@ -169,11 +169,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# test mail delivery
|
# test mail delivery
|
||||||
mailserver =
|
mailserver = args: {
|
||||||
args:
|
|
||||||
let
|
|
||||||
in
|
|
||||||
{
|
|
||||||
security.pki.certificateFiles = [
|
security.pki.certificateFiles = [
|
||||||
mailerCerts.ca.cert
|
mailerCerts.ca.cert
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user