mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Hardware/AMD] Add kfd and renderD128 to sandbox paths
This commit is contained in:
parent
47bf44eb3a
commit
3f22bcff49
1 changed files with 7 additions and 0 deletions
|
|
@ -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?"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue