From 60f9f4d42215d305c4e71c60c55382bee30bfb43 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 4 Sep 2024 21:56:13 -0700 Subject: flake --- modules/hardware/cpu.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules/hardware/cpu.nix') 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 ]; -- cgit v1.2.3