nixos/gotenberg: allow another syscall which caused a coredump while doing further testing

This commit is contained in:
Sandro Jäckel
2025-08-26 18:01:29 +02:00
parent 53fb369dfa
commit cb12d15124
@@ -342,6 +342,7 @@ in
"@system-service"
"@chown"
"@pkey" # required by chromium or it crashes
"mincore"
];
SystemCallArchitectures = "native";