servers: +intel_gpu_tools
This commit is contained in:
parent
eb65f33ee0
commit
a55fbf2b8e
hosts
@ -743,6 +743,7 @@ in
|
||||
inferno
|
||||
rtorrent
|
||||
tpm2-tools
|
||||
intel_gpu_tools
|
||||
age-plugin-yubikey
|
||||
(python3.withPackages (
|
||||
ps: with ps; [
|
||||
|
@ -229,6 +229,13 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
enableDebugInfo = true;
|
||||
systemPackages = with pkgs; [
|
||||
intel_gpu_tools
|
||||
];
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostId = "ab4af0bb";
|
||||
hostName = "vno3-nk";
|
||||
|
Loading…
Reference in New Issue
Block a user