diff options
Diffstat (limited to 'hosts/generic/configuration.nix')
| -rw-r--r-- | hosts/generic/configuration.nix | 9 |
1 files changed, 0 insertions, 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"; |
