[Hardware/AMD] Add kfd and renderD128 to sandbox paths

This commit is contained in:
Antoine Viallon 2022-10-22 13:38:44 +02:00
parent 47bf44eb3a
commit 3f22bcff49
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -54,5 +54,12 @@ in
amdvlk
mesa
];
# Make rocblas and rocfft work
nix.settings.extra-sandbox-paths = [
"/dev/kfd?"
"/sys/devices/virtual/kfd?"
"/dev/dri/renderD128?"
];
};
}