use tuned instead of tlp or ppd

This commit is contained in:
Simon Gardling 2025-08-25 10:39:56 -04:00
parent 2bba1763a1
commit 8479fc55eb
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -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)