Unverified Commit 2b1f64b3 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #307264 from pks-t/pks-matrix-appservice-irc-fix-chown-registration-yml

nixos/matrix-appservice-irc: fix chown of registration.yml in pre-script
parents 0e5f13c9 ff3358b3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.