restructure system modules, add tp packages, prune utilities.
This commit is contained in:
parent
4ef60f6852
commit
e010bff600
8 changed files with 29 additions and 39 deletions
|
|
@ -57,8 +57,8 @@
|
|||
|
||||
[UNDERVOLT]
|
||||
CORE: -100
|
||||
GPU: -80
|
||||
CACHE: -100
|
||||
GPU: -80
|
||||
UNCORE: -80
|
||||
ANALOGIO: 0
|
||||
'';
|
||||
|
|
@ -74,4 +74,9 @@
|
|||
};
|
||||
hardware.bolt.enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
intel-gpu-tools
|
||||
throttled
|
||||
tlp
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue