pro-laptop: Remove iGPU (Very slow)
All checks were successful
check / check (push) Successful in 29s

This commit is contained in:
Florian RICHER 2024-06-03 12:45:16 +02:00
parent 1829515dd3
commit 21e26daea3

View file

@ -19,16 +19,6 @@
networking.hostName = "nixos-laptop-pro"; # Define your hostname.
hardware.nvidia.prime = {
sync.enable = true;
# Make sure to use the correct Bus ID values for your system!
# information bus: pci@0000:00:02.0
intelBusId = "PCI:0:2:0";
# information bus: pci@0000:01:00.0
nvidiaBusId = "PCI:1:0:0";
};
modules.system = {
desktop = {
plasma.enable = true;