From c8a4fc77090330823bc1b6be57d66ca06378f315 Mon Sep 17 00:00:00 2001 From: scouckel Date: Wed, 26 Nov 2025 04:31:22 -0600 Subject: more generic fixes --- hosts/generic/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/generic/configuration.nix b/hosts/generic/configuration.nix index 07f15fe..ec33306 100644 --- a/hosts/generic/configuration.nix +++ b/hosts/generic/configuration.nix @@ -1,10 +1,6 @@ { pkgs, ... }: { - imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; - # Bootloader. boot.loader = { efi = { @@ -30,16 +26,11 @@ hardware.graphics = { enable = true; enable32Bit = true; - extraPackages = with pkgs; [ - rocmPackages.clr.icd - libva - ]; }; hardware.firmware = with pkgs; [ linux-firmware ]; - hardware.cpu.amd.updateMicrocode = true; # networking system.name = "system"; -- cgit v1.3