use tuned instead of tlp or ppd
This commit is contained in:
parent
2bba1763a1
commit
8479fc55eb
@ -20,6 +20,11 @@
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
];
|
||||
|
||||
# use tuned instead of tlp or ppd
|
||||
services.power-profiles-daemon.enable = false;
|
||||
services.tlp.enable = false;
|
||||
services.tuned.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# allow overclocking (I actually underclock but lol)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user