pro-laptop: Disable iGPU (Low performance)
All checks were successful
check / check (push) Successful in 32s
All checks were successful
check / check (push) Successful in 32s
This commit is contained in:
parent
da1008f661
commit
9c105efe71
1 changed files with 12 additions and 12 deletions
|
@ -19,18 +19,18 @@
|
||||||
|
|
||||||
networking.hostName = "nixos-laptop-pro"; # Define your hostname.
|
networking.hostName = "nixos-laptop-pro"; # Define your hostname.
|
||||||
|
|
||||||
hardware.nvidia.prime = {
|
# hardware.nvidia.prime = {
|
||||||
offload = {
|
# offload = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
enableOffloadCmd = true;
|
# enableOffloadCmd = true;
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
# Make sure to use the correct Bus ID values for your system!
|
# # Make sure to use the correct Bus ID values for your system!
|
||||||
# information bus: pci@0000:00:02.0
|
# # information bus: pci@0000:00:02.0
|
||||||
intelBusId = "PCI:0:2:0";
|
# intelBusId = "PCI:0:2:0";
|
||||||
# information bus: pci@0000:01:00.0
|
# # information bus: pci@0000:01:00.0
|
||||||
nvidiaBusId = "PCI:1:0:0";
|
# nvidiaBusId = "PCI:1:0:0";
|
||||||
};
|
# };
|
||||||
|
|
||||||
modules.system = {
|
modules.system = {
|
||||||
desktop = {
|
desktop = {
|
||||||
|
|
Loading…
Reference in a new issue