From b035ccecd741093b34811823c7930ad8d1faaf7b Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 28 Jan 2023 00:13:04 +0700 Subject: [PATCH] hosts/hyacinth: set ppfeaturemask --- hosts/hyacinth/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index 8a29734..1cf682c 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -32,10 +32,15 @@ ../../users/rin ]; - programs.corectrl.enable = true; + programs.corectrl = { + enable = true; + gpuOverclock = { + enable = true; + ppfeaturemask = "0xffffffff"; + }; + }; services.murmur = { enable = true; openFirewall = true; }; } -