Remove useless conf
This commit is contained in:
parent
b491a88f84
commit
f7ad61e5a0
1 changed files with 8 additions and 9 deletions
|
@ -15,8 +15,6 @@
|
|||
../../modules/keymaps/fr.nix
|
||||
../../modules/bluetooth.nix
|
||||
../../modules/pipewire.nix
|
||||
../../modules/openssh.nix
|
||||
../../modules/openvscode-server.nix
|
||||
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
@ -30,13 +28,14 @@
|
|||
|
||||
hardware.nvidia.prime = {
|
||||
offload = {
|
||||
enable = true;
|
||||
enableOffloadCmd = true;
|
||||
};
|
||||
# Make sure to use the correct Bus ID values for your system!
|
||||
enable = true;
|
||||
enableOffloadCmd = 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";
|
||||
intelBusId = "PCI:0:2:0";
|
||||
# information bus: pci@0000:01:00.0
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue