summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/matrix/appservice-irc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/matrix/appservice-irc.nix')
-rw-r--r--nixos/modules/services/matrix/appservice-irc.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/services/matrix/appservice-irc.nix b/nixos/modules/services/matrix/appservice-irc.nix
index 90790169142a..f4539a90f2e6 100644
--- a/nixos/modules/services/matrix/appservice-irc.nix
+++ b/nixos/modules/services/matrix/appservice-irc.nix
@@ -214,8 +214,9 @@ in {
RestrictRealtime = true;
PrivateMounts = true;
SystemCallFilter = [
- "@system-service @pkey @chown"
+ "@system-service @pkey"
"~@privileged @resources"
+ "@chown"
];
SystemCallArchitectures = "native";
# AF_UNIX is required to connect to a postgres socket.