summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-14 03:25:50 -0700
committerFuwn <[email protected]>2024-09-14 03:25:50 -0700
commit9051c7f016d38296529bf5489f35c98ea69f3927 (patch)
tree5caf7e6daeab6f21b689004643a8bf0969cc95dc
parentdesktop: use pywal-nix wallpaper (diff)
downloadnixos-config-9051c7f016d38296529bf5489f35c98ea69f3927.tar.xz
nixos-config-9051c7f016d38296529bf5489f35c98ea69f3927.zip
cpu: remove duplicate microcode key
-rw-r--r--modules/hardware/cpu.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hardware/cpu.nix b/modules/hardware/cpu.nix
index 3bbeee7..1ac3a27 100644
--- a/modules/hardware/cpu.nix
+++ b/modules/hardware/cpu.nix
@@ -1,6 +1,5 @@
{ pkgs, config, ... }:
{
- hardware.cpu.amd.updateMicrocode = true;
environment.systemPackages = [ pkgs.amdctl ];
powerManagement = {