From ee22e5e001360cc3c9d3ac00e197175a64858f3c Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Mon, 27 May 2024 17:39:46 +0200 Subject: [PATCH] hardware: remove common-gpu-intel -- it is included in common-cpu-intel See https://github.com/NixOS/nixos-hardware/issues/940. --- hosts/mu/hardware.nix | 1 - hosts/zeta/hardware.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/mu/hardware.nix b/hosts/mu/hardware.nix index f972ab0..3224f64 100644 --- a/hosts/mu/hardware.nix +++ b/hosts/mu/hardware.nix @@ -9,7 +9,6 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") nixos-hardware.nixosModules.common-cpu-intel - nixos-hardware.nixosModules.common-gpu-intel nixos-hardware.nixosModules.common-pc nixos-hardware.nixosModules.common-pc-laptop nixos-hardware.nixosModules.common-pc-laptop-acpi_call diff --git a/hosts/zeta/hardware.nix b/hosts/zeta/hardware.nix index 3efb20e..abfb195 100644 --- a/hosts/zeta/hardware.nix +++ b/hosts/zeta/hardware.nix @@ -9,7 +9,6 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") nixos-hardware.nixosModules.common-cpu-intel - nixos-hardware.nixosModules.common-gpu-intel nixos-hardware.nixosModules.common-pc nixos-hardware.nixosModules.common-pc-laptop nixos-hardware.nixosModules.common-pc-laptop-acpi_call