diff --git a/hosts/Infini-DL360/hedgedoc.nix b/hosts/Infini-DL360/hedgedoc.nix index ce747b7..61c988c 100644 --- a/hosts/Infini-DL360/hedgedoc.nix +++ b/hosts/Infini-DL360/hedgedoc.nix @@ -36,5 +36,6 @@ in systemd.services.hedgedoc.serviceConfig = { ReadWritePaths = [ "-/srv/hedgedoc" ]; + SystemCallFilter = [ "@chown" ]; }; }