diff --git a/hosts/perso-laptop/default.nix b/hosts/perso-laptop/default.nix index 17c0a7c..7533143 100644 --- a/hosts/perso-laptop/default.nix +++ b/hosts/perso-laptop/default.nix @@ -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"; + }; }