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";