Skip to content

Commit

Permalink
disable offload mode and attempt sync mode
Browse files Browse the repository at this point in the history
  • Loading branch information
meirisoda committed Feb 12, 2024
1 parent 546d383 commit 43699c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configuration/hosts/ROG.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
open = false;
prime = {
# reverseSync.enable = true;
# sync = {
# enable = true;
# };
offload = {
enable = true;
enableOffloadCmd = true; # Provides `nvidia-offload` command.
sync = {
enable = true;
};
# offload = {
# enable = true;
# enableOffloadCmd = true; # Provides `nvidia-offload` command.
};
nvidiaBusId = "PCI:1:0:0";
amdgpuBusId = "PCI:65:0:0";
Expand Down

0 comments on commit 43699c2

Please sign in to comment.