Former-commit-id: 81ab14b256
This commit is contained in:
Hadi
2024-05-02 15:40:12 +02:00
parent f32ad388b2
commit 8d9d8d4ca2
81 changed files with 227 additions and 146 deletions
+13
View File
@@ -0,0 +1,13 @@
{ pkgs, ... }: {
hardware.nvidia.prime = {
offload = {
enable = true;
enableOffloadCmd = true;
};
# sync.enable = true;
amdgpuBusId = "PCI:5:0:0";
nvidiaBusId = "PCI:1:0:0";
};
}