servers: +intel_gpu_tools
This commit is contained in:
parent
eb65f33ee0
commit
a55fbf2b8e
hosts
@ -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; [
|
||||||
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user