remove disabled tlp

This commit is contained in:
Tim Schubert 2021-07-30 22:06:05 +02:00
parent 9f2ae7286a
commit d31ba40683
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -21,9 +21,6 @@ in
post-build-hook = ${signHook} post-build-hook = ${signHook}
''; '';
# conflicts with power-management
services.tlp.enable = false;
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];