Max: Add power controls.
This commit is contained in:
parent
bcc2099f31
commit
a51ad91a0d
14
host/x86_64-linux/max/Power.nix
Normal file
14
host/x86_64-linux/max/Power.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# SRC: https://github.com/FlyGoat/RyzenAdj
|
||||
# ./ryzenadj --stapm-limit=45000 --fast-limit=45000 --slow-limit=45000 --tctl-temp=90
|
||||
# ryzenAdj --info
|
||||
RyzenAdj
|
||||
|
||||
# SRC: https://github.com/nbfc-linux/nbfc-linux
|
||||
nbfc-linux
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue