[Laptop] Enable nohz for laptops by default

This commit is contained in:
Antoine Viallon 2022-04-08 21:13:15 +02:00
parent a6660555cf
commit 42ee8e7539
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -27,6 +27,10 @@ in {
aviallon.boot.cmdline = {
"i915.enable_fbc" = 1;
"i915.enable_gvt" = 1;
# Les power consumption against some performance
"workqueue.power_efficient" = "";
nohz = "on";
};
services.tlp.enable = (cfg.power-manager == "tlp");