nixos/llama-cpp: fix rocm support

This commit is contained in:
Raroh73 2024-05-13 17:01:33 +02:00
parent af8b9db5c0
commit 1f2c3812d4
No known key found for this signature in database

View file

@ -92,7 +92,6 @@ in {
SystemCallFilter = [
"@system-service"
"~@privileged"
"~@resources"
];
SystemCallErrorNumber = "EPERM";
ProtectProc = "invisible";