diff options
| author | Fuwn <[email protected]> | 2024-09-14 03:25:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-14 03:25:50 -0700 |
| commit | 9051c7f016d38296529bf5489f35c98ea69f3927 (patch) | |
| tree | 5caf7e6daeab6f21b689004643a8bf0969cc95dc | |
| parent | desktop: use pywal-nix wallpaper (diff) | |
| download | nixos-config-9051c7f016d38296529bf5489f35c98ea69f3927.tar.xz nixos-config-9051c7f016d38296529bf5489f35c98ea69f3927.zip | |
cpu: remove duplicate microcode key
| -rw-r--r-- | modules/hardware/cpu.nix | 1 |
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 = { |