Enable TLP
This commit is contained in:
parent
9ecd247800
commit
d60f2d26a7
2 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,8 @@
|
|||
../hardware-specific/usb-automount.nix
|
||||
];
|
||||
|
||||
services.tlp.enable = true;
|
||||
|
||||
services.xserver.displayManager.setupCommands = ''
|
||||
${pkgs.xorg.xrandr}/bin/xrandr --output DisplayPort-0 --auto --pos 0x0 --primary --output eDP --auto --pos 3840x360
|
||||
'';
|
||||
|
|
|
@ -59,6 +59,8 @@
|
|||
../hardware-specific/usb-automount.nix
|
||||
];
|
||||
|
||||
services.tlp.enable = true;
|
||||
|
||||
system.autoUpgrade.allowReboot = pkgs.lib.mkForce false;
|
||||
|
||||
swapDevices = pkgs.lib.mkForce [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue