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."/" = {