From 8e2ea853dee59e2618c6e1a1add43d78bad433fc Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 1 Jul 2021 02:07:54 +0200 Subject: [PATCH] update microcode --- hosts/giupi/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/giupi/default.nix b/hosts/giupi/default.nix index a6aa884..5ac4c50 100644 --- a/hosts/giupi/default.nix +++ b/hosts/giupi/default.nix @@ -129,6 +129,9 @@ ${lan_address} ${hostname}.devs.giugl.io giugl.io jf.giugl.io yt.giugl.io s3.giu restic ]; + hardware = { + cpu.amd.updateMicrocode = true; + }; services = { zfs.autoScrub.enable = true;