From 64aa355a5882a4c088e8de455edb6cd2eec2213c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 24 May 2024 13:55:24 +0200 Subject: refactor(hosts/apzu): Use new modules --- hosts/apzu/hardware/cpu.nix | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 hosts/apzu/hardware/cpu.nix (limited to 'hosts/apzu/hardware/cpu.nix') diff --git a/hosts/apzu/hardware/cpu.nix b/hosts/apzu/hardware/cpu.nix deleted file mode 100644 index 3bc6184f..00000000 --- a/hosts/apzu/hardware/cpu.nix +++ /dev/null @@ -1,3 +0,0 @@ -{...}: { - hardware.cpu.intel.updateMicrocode = true; # Why not? -} -- cgit 1.4.1