From de2b80018bbe11d69f9e7f2477942bc353af71ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 1 May 2024 15:53:07 -0300 Subject: [PATCH] monolith: enable all features of corectrl --- hosts/monolith.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/monolith.nix b/hosts/monolith.nix index 0ab6229..c5dcece 100644 --- a/hosts/monolith.nix +++ b/hosts/monolith.nix @@ -46,7 +46,14 @@ in rocmPackages.rocm-smi ]; - programs.corectrl.enable = true; + programs.corectrl = { + enable = true; + gpuOverclock = { + enable = true; + ppfeaturemask = "0xffffffff"; + }; + }; + virtualisation.virtualbox.host.enable = true; fileSystems."/" = {