summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2025-11-26 04:31:22 -0600
committerscouckel <james.krinsky@gmail.com>2025-11-26 04:31:22 -0600
commitc8a4fc77090330823bc1b6be57d66ca06378f315 (patch)
tree98a1a7aa735a623ba7639b79dd152df60063c862
parent5493e9d649dbff92647053ee85c0ed67c457f0ca (diff)
more generic fixes
-rw-r--r--hosts/generic/configuration.nix9
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";