rename shared to modules

This commit is contained in:
Hadi
2024-06-18 09:21:14 +02:00
committed by GitHub
parent d3e6730df0
commit 2ccd17867f
16 changed files with 23 additions and 23 deletions

13
hosts/modules/prime.nix Normal file
View File

@@ -0,0 +1,13 @@
{
hardware.nvidia.prime = {
# offload = {
# enable = true;
# enableOffloadCmd = true;
# };
sync.enable = true;
amdgpuBusId = "PCI:5:0:0";
nvidiaBusId = "PCI:1:0:0";
};
}