From a11255b433f96a3a024aabd2c2e515ec7768b808 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 25 Apr 2024 12:37:58 +0200 Subject: [PATCH] matrix-appservice-irc: remove unneeded syscall override PR was merged and backported: https://github.com/NixOS/nixpkgs/pull/271740 --- hosts/nachtigall/apps/matrix/irc.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/nachtigall/apps/matrix/irc.nix b/hosts/nachtigall/apps/matrix/irc.nix index fb2c1e0..defe991 100644 --- a/hosts/nachtigall/apps/matrix/irc.nix +++ b/hosts/nachtigall/apps/matrix/irc.nix @@ -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";