don't shutdown device when power button is tapped

notably, this will allow sxmo to intercept the keypress
This commit is contained in:
Colin 2023-05-19 00:01:40 +00:00
parent abfd516025
commit 7dadea94da

View File

@ -28,6 +28,11 @@
# powertop will default to putting USB devices -- including HID -- to sleep after TWO SECONDS
powerManagement.powertop.enable = false;
services.logind.extraConfig = ''
# dont shutdown when power button is short-pressed
HandlePowerKey=ignore
'';
# services.snapper.configs = {
# root = {
# subvolume = "/";