Loading nixos/modules/services/matrix/appservice-irc.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
nixos/modules/services/matrix/appservice-irc.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading