From 2af3bc36c12a2388a84bc94d6ae33a88cde713dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Tue, 30 Apr 2024 22:45:42 +0200 Subject: [PATCH] fix(hosts): remove nixos-hardware gpu-intel module The gpu module is already included by cpu-intel and this has caused trouble as of late. --- hosts/flake-module.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/flake-module.nix b/hosts/flake-module.nix index 37e4d5e..adde2ff 100644 --- a/hosts/flake-module.nix +++ b/hosts/flake-module.nix @@ -42,7 +42,6 @@ inputs.nixos-hardware.nixosModules.common-pc inputs.nixos-hardware.nixosModules.common-pc-ssd inputs.nixos-hardware.nixosModules.common-cpu-intel - inputs.nixos-hardware.nixosModules.common-gpu-intel (self.lib.createSystem "pilot1" { hardwareConfig = ../hardware/pilot1.nix; config = ../hosts/work-pc.nix; @@ -63,7 +62,6 @@ inputs.nixos-hardware.nixosModules.common-pc inputs.nixos-hardware.nixosModules.common-pc-ssd inputs.nixos-hardware.nixosModules.common-cpu-intel-kaby-lake - inputs.nixos-hardware.nixosModules.common-gpu-intel inputs.matrix-appservices.nixosModule (self.lib.createSystem "home-server" { hardwareConfig = ../hardware/lattepanda.nix;