about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/eir.nix1
-rw-r--r--machines/devhell/gunnr.nix1
-rw-r--r--machines/devhell/hildr.nix1
-rw-r--r--machines/devhell/sigrun.nix1
4 files changed, 4 insertions, 0 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index b6ebbba8..a76be6e5 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -27,6 +27,7 @@
   };
 
   hardware = {
+    cpu.intel.updateMicrocode = true;
     opengl = {
       enable = true;
       extraPackages = [ pkgs.libvdpau-va-gl pkgs.vaapiVdpau pkgs.vaapiIntel ];
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 7108a137..eacd0afe 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -31,6 +31,7 @@
   };
 
   hardware = {
+    cpu.amd.updateMicrocode = true;
     opengl = {
       enable = true;
       extraPackages = [ pkgs.libvdpau-va-gl pkgs.vaapiVdpau ];
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index a53bf7fa..9230ca7b 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -24,6 +24,7 @@
   };
 
   hardware = {
+    cpu.intel.updateMicrocode = true;
     opengl = {
       enable = true;
       extraPackages = [ pkgs.libvdpau-va-gl pkgs.vaapiVdpau pkgs.vaapiIntel ];
diff --git a/machines/devhell/sigrun.nix b/machines/devhell/sigrun.nix
index fa9d5597..6aa7eb6e 100644
--- a/machines/devhell/sigrun.nix
+++ b/machines/devhell/sigrun.nix
@@ -28,6 +28,7 @@
   };
 
   hardware = {
+    cpu.intel.updateMicrocode = true;
     opengl = {
       extraPackages = [ pkgs.vaapiVdpau ];
     };