servers: +intel_gpu_tools

This commit is contained in:
Motiejus Jakštys 2025-03-19 15:47:45 +00:00
parent eb65f33ee0
commit a55fbf2b8e
2 changed files with 8 additions and 0 deletions

View File

@ -743,6 +743,7 @@ in
inferno inferno
rtorrent rtorrent
tpm2-tools tpm2-tools
intel_gpu_tools
age-plugin-yubikey age-plugin-yubikey
(python3.withPackages ( (python3.withPackages (
ps: with ps; [ ps: with ps; [

View File

@ -229,6 +229,13 @@ in
}; };
}; };
environment = {
enableDebugInfo = true;
systemPackages = with pkgs; [
intel_gpu_tools
];
};
networking = { networking = {
hostId = "ab4af0bb"; hostId = "ab4af0bb";
hostName = "vno3-nk"; hostName = "vno3-nk";