Switch to tuned
This commit is contained in:
parent
66ae387a1b
commit
ac4e6e8731
1 changed files with 3 additions and 2 deletions
|
|
@ -73,14 +73,15 @@
|
|||
# See: https://github.com/NixOS/nixpkgs/issues/180175
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
services.tlp.enable = false;
|
||||
services.power-profiles-daemon.enable = false;
|
||||
services.tuned.enable = true;
|
||||
# services.tlp.settings = {
|
||||
# USB_DENYLIST = "0000:1111 2222:3333 4444:5555";
|
||||
# };
|
||||
# Still need to run `nix run nixpkgs#bolt -- enroll DEVICE_UUID`
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
services.power-profiles-daemon.enable = lib.mkForce false;
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue