fix(nix): update gpu config
This commit is contained in:
parent
f55ce00292
commit
dac9767760
1 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,10 @@
|
|||
rocmPackages.clr.icd
|
||||
];
|
||||
};
|
||||
hardware.amdgpu.amdvlk.enable = true;
|
||||
hardware.amdgpu.amdvlk = {
|
||||
enable = true;
|
||||
support32Bit.enable = true;
|
||||
};
|
||||
|
||||
# Power
|
||||
powerManagement = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue