matrix-appservice-irc: remove unneeded syscall override

PR was merged and backported:
https://github.com/NixOS/nixpkgs/pull/271740
pull/153/head
teutat3s 2024-04-25 12:37:58 +02:00
parent d62b6cda92
commit a11255b433
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 0 additions and 5 deletions

View File

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