Browse Source

remove nvidia from a laptop that does not have nvidia...

Johan Rong 6 hours ago
parent
commit
9ca80ec36b
1 changed files with 0 additions and 17 deletions
  1. 0 17
      hosts/ideapad/configuration.nix

+ 0 - 17
hosts/ideapad/configuration.nix

@@ -37,23 +37,6 @@ in
     };
     };
   };
   };
 
 
-  hardware.nvidia = {
-    powerManagement = {
-      enable = true;
-      finegrained = true;
-    };
-
-    prime = {
-      offload = {
-        enable = true;
-        enableOffloadCmd = true;
-      };
-
-      intelBusId = "PCI:0:2:0";
-      nvidiaBusId = "PCI:2:0:0";
-    };
-  };
-
   boot.loader.systemd-boot.enable = true;
   boot.loader.systemd-boot.enable = true;
   boot.loader.efi.canTouchEfiVariables = true;
   boot.loader.efi.canTouchEfiVariables = true;
   system.stateVersion = "26.05";
   system.stateVersion = "26.05";