Zephyrus-Nixos/power-configuration.nix

7 lines
124 B
Nix
Raw Permalink Normal View History

2024-07-23 20:18:50 -04:00
{ ... }:
{
#powerManagement.powertop.enable = true;
boot.kernelParams = [ "vm.dirty_writeback_centisecs=1500" ];
}