config

NixOS config
Log | Files | Refs | README | LICENSE

commit a55fbf2b8e3d1b8ee7353ea79bc951682b37bdbe (tree)
parent eb65f33ee07d7da4eb1e6768334c9340e5688f7d
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed, 19 Mar 2025 15:47:45 +0000

servers: +intel_gpu_tools

Diffstat:
Mhosts/fwminex/configuration.nix | 1+
Mhosts/vno3-nk/configuration.nix | 7+++++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git 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 @@ -229,6 +229,13 @@ in }; }; + environment = { + enableDebugInfo = true; + systemPackages = with pkgs; [ + intel_gpu_tools + ]; + }; + networking = { hostId = "ab4af0bb"; hostName = "vno3-nk";