hosts/hyacinth: set ppfeaturemask
This commit is contained in:
parent
f8952fc47e
commit
b035ccecd7
1 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue