about summary refs log tree commit diff
path: root/machines/aszlig
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
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')
-rw-r--r--machines/aszlig/dnyarri.nix2
-rw-r--r--machines/aszlig/meshuggah.nix2
-rw-r--r--machines/aszlig/slylandro.nix2
-rw-r--r--machines/aszlig/tishtushi.nix2
4 files changed, 8 insertions, 0 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index e61fe517..ebf83efa 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -74,6 +74,8 @@ in {
     hplip = super.hplip.override { withPlugin = true; };
   }));
 
+  hardware.cpu.amd.updateMicrocode = true;
+
   hardware.sane.enable = true;
   hardware.sane.extraBackends = [ pkgs.hplip ];
 
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;
diff --git a/machines/aszlig/slylandro.nix b/machines/aszlig/slylandro.nix
index dd82799d..0bb65740 100644
--- a/machines/aszlig/slylandro.nix
+++ b/machines/aszlig/slylandro.nix
@@ -23,6 +23,8 @@
     };
   };
 
+  hardware.cpu.intel.updateMicrocode = true;
+
   networking.hostName = "slylandro";
   networking.wireless.enable = lib.mkForce true;
   networking.interfaces.enp5s0.useDHCP = true;
diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix
index e8c22291..78f807dd 100644
--- a/machines/aszlig/tishtushi.nix
+++ b/machines/aszlig/tishtushi.nix
@@ -31,6 +31,8 @@
     '';
   };
 
+  hardware.cpu.intel.updateMicrocode = true;
+
   networking.hostName = "tishtushi";
   networking.wireless.enable = lib.mkForce true;
   networking.interfaces.wlp2s0.useDHCP = true;