summaryrefslogtreecommitdiff
path: root/modules/hardware/cpu.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-04 21:56:13 -0700
committerFuwn <[email protected]>2024-09-04 21:56:13 -0700
commit60f9f4d42215d305c4e71c60c55382bee30bfb43 (patch)
tree2bac527ff5007085b82d061fa584350a589592c9 /modules/hardware/cpu.nix
parentBump (diff)
downloadnixos-config-60f9f4d42215d305c4e71c60c55382bee30bfb43.tar.xz
nixos-config-60f9f4d42215d305c4e71c60c55382bee30bfb43.zip
flake
Diffstat (limited to 'modules/hardware/cpu.nix')
-rw-r--r--modules/hardware/cpu.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/hardware/cpu.nix b/modules/hardware/cpu.nix
index b57190a..3bbeee7 100644
--- a/modules/hardware/cpu.nix
+++ b/modules/hardware/cpu.nix
@@ -1,8 +1,4 @@
-{
- pkgs,
- config,
- ...
-}:
+{ pkgs, config, ... }:
{
hardware.cpu.amd.updateMicrocode = true;
environment.systemPackages = [ pkgs.amdctl ];