style: treefmt
All checks were successful
Flake checks / Check (pull_request) Successful in 24m57s

This commit is contained in:
teutat3s 2025-05-22 10:20:15 +02:00
parent f75783b898
commit 23dd8c384b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -61,7 +61,11 @@
address = "127.0.200.101";
abuseReporting.enabled = true;
synapseHTTPAntispam = {
enabled = if config.pub-solar-os.matrix.draupnir.http-antispam-authorization-file != null then true else false;
enabled =
if config.pub-solar-os.matrix.draupnir.http-antispam-authorization-file != null then
true
else
false;
};
};
};