hosts/hyacinth: split into modules
This commit is contained in:
parent
4ddd7b1366
commit
3d26dce8d6
6 changed files with 43 additions and 21 deletions
9
modules/system/corectrl.nix
Normal file
9
modules/system/corectrl.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }: {
|
||||
programs.corectrl = {
|
||||
enable = true;
|
||||
gpuOverclock = {
|
||||
enable = true;
|
||||
ppfeaturemask = "0xffffffff";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue