From a55fbf2b8e3d1b8ee7353ea79bc951682b37bdbe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= <motiejus@jakstys.lt>
Date: Wed, 19 Mar 2025 15:47:45 +0000
Subject: [PATCH] servers: +intel_gpu_tools

---
 hosts/fwminex/configuration.nix | 1 +
 hosts/vno3-nk/configuration.nix | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix
index f7ef7ca..d4d1f7f 100644
--- a/hosts/fwminex/configuration.nix
+++ b/hosts/fwminex/configuration.nix
@@ -743,6 +743,7 @@ in
       inferno
       rtorrent
       tpm2-tools
+      intel_gpu_tools
       age-plugin-yubikey
       (python3.withPackages (
         ps: with ps; [
diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix
index 4b7c15b..efaa1f2 100644
--- a/hosts/vno3-nk/configuration.nix
+++ b/hosts/vno3-nk/configuration.nix
@@ -229,6 +229,13 @@ in
     };
   };
 
+  environment = {
+    enableDebugInfo = true;
+    systemPackages = with pkgs; [
+      intel_gpu_tools
+    ];
+  };
+
   networking = {
     hostId = "ab4af0bb";
     hostName = "vno3-nk";