nachtigall: synapse security update #153

Merged
teutat3s merged 2 commits from chore/synapse-security-update into main 2024-04-26 20:48:20 +00:00
Showing only changes of commit a11255b433 - Show all commits

View file

@ -13,11 +13,6 @@ let
synapseClientPort = "${toString listenerWithClient.port}"; synapseClientPort = "${toString listenerWithClient.port}";
in in
{ {
systemd.services.matrix-appservice-irc.serviceConfig.SystemCallFilter = lib.mkForce [
"@system-service @pkey"
"~@privileged @resources"
"@chown"
];
services.matrix-appservice-irc = { services.matrix-appservice-irc = {
enable = true; enable = true;
localpart = "irc_bot"; localpart = "irc_bot";