diff options
| author | scouckel <james.krinsky@gmail.com> | 2025-11-26 04:31:22 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2025-11-26 04:31:22 -0600 |
| commit | c8a4fc77090330823bc1b6be57d66ca06378f315 (patch) | |
| tree | 98a1a7aa735a623ba7639b79dd152df60063c862 /hosts | |
| parent | 5493e9d649dbff92647053ee85c0ed67c457f0ca (diff) | |
more generic fixes
Diffstat (limited to 'hosts')
| -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"; |
