From 2e94a15a107d11f3910232ab5eef302a4473e090 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 29 Jan 2025 10:54:47 -0500 Subject: [PATCH] update framework hardware config --- hosts/Parzival-Framework/hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/Parzival-Framework/hardware-configuration.nix b/hosts/Parzival-Framework/hardware-configuration.nix index 833edea..465bfc3 100644 --- a/hosts/Parzival-Framework/hardware-configuration.nix +++ b/hosts/Parzival-Framework/hardware-configuration.nix @@ -37,5 +37,6 @@ # networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.bluetooth.enable = true; }