about summary refs log tree commit diff
path: root/machines/aszlig/meshuggah.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-06-02 11:38:40 +0200
committeraszlig <aszlig@nix.build>2021-06-02 11:40:20 +0200
commitdc2ef245d76f900f174e87961a3d17e6aecbd6e2 (patch)
tree38e3299a421aa0be5ef0da5839aaeae558ec4706 /machines/aszlig/meshuggah.nix
parentcf25f85750f8dc32628512e38c7418128679fa02 (diff)
machines/dnyarri: Switch to AMD CPU microcode
The new hardware for dnyarri no longer contains an Intel CPU, so apart
from switching the microcode updates to AMD I also removed the setting
from the base profile because it clearly doesn't belong there.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines/aszlig/meshuggah.nix')
-rw-r--r--machines/aszlig/meshuggah.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/aszlig/meshuggah.nix b/machines/aszlig/meshuggah.nix
index 4a98022d..deb6b122 100644
--- a/machines/aszlig/meshuggah.nix
+++ b/machines/aszlig/meshuggah.nix
@@ -10,6 +10,8 @@
   boot.loader.efi.canTouchEfiVariables = true;
   boot.loader.systemd-boot.enable = true;
 
+  hardware.cpu.intel.updateMicrocode = true;
+
   networking.hostName = "meshuggah";
 
   nix.maxJobs = 2;