updated system config

This commit is contained in:
Natalie Marks 2024-03-21 19:09:28 -07:00
parent 42e5031ab1
commit 83c0bb2a2b

View file

@ -82,6 +82,20 @@
# Optionally, you may need to select the appropriate driver version for your specific GPU. # Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.stable;
#Fixes a glitch
nvidiaPersistenced = true;
#Required for amdgpu and nvidia gpu pairings
# modesetting.enable = true;
prime = {
# offload.enable = true;
#sync.enable = true;
amdgpuBusId = "PCI:0f:00.0";
nvidiaBusId = "PCI:01:00.0";
};
}; };
# Bootloader. # Bootloader.
#boot.loader.systemd-boot.enable = true; #boot.loader.systemd-boot.enable = true;