Compare commits

...

2 Commits

Author SHA1 Message Date
7d23e7f63a
Disable touchscreen via TLP 2020-09-13 16:59:38 +02:00
425eb99ce6
Decrease bootloader timeout to 3 seconds 2020-09-13 16:58:56 +02:00
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
enable = true;
configurationLimit = 50;
};
timeout = 3;
};
# Run Nix garbage collector, while avoiding compiling

View File

@ -31,6 +31,9 @@
NATACPI_ENABLE = 1;
TPACPI_ENABLE = 1;
TPSMAPI_ENABLE = 1;
# Disable touchscreen to save battery
RUNTIME_PM_DRIVER_BLACKLIST = "usbhid";
};
};