about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
-rw-r--r--modules/user/aszlig/profiles/base.nix2
5 files changed, 8 insertions, 2 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;
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index bbbeb998..2e860809 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -24,8 +24,6 @@ in {
       version = 2;
     };
 
-    hardware.cpu.intel.updateMicrocode = true;
-
     users.defaultUserShell = "/var/run/current-system/sw/bin/zsh";
 
     networking.wireless.enable = false;