Remove useless conf

This commit is contained in:
Florian RICHER 2024-05-06 19:02:28 +02:00
parent b491a88f84
commit f7ad61e5a0

View file

@ -15,8 +15,6 @@
../../modules/keymaps/fr.nix ../../modules/keymaps/fr.nix
../../modules/bluetooth.nix ../../modules/bluetooth.nix
../../modules/pipewire.nix ../../modules/pipewire.nix
../../modules/openssh.nix
../../modules/openvscode-server.nix
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
@ -30,13 +28,14 @@
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";
}; };
} }