machines/asus-gl553vd: don't shutdown when power button is short-pressed

This commit is contained in:
Dmitriy Pleshevskiy 2023-02-16 22:53:42 +03:00
parent f22a3aff92
commit 38f6055b36
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -51,6 +51,11 @@
};
};
services.logind.extraConfig = ''
# dont shutdown when power button is short-pressed
HandlePowerKey=ignore
'';
# Enable the Docker
virtualisation.docker.enable = true;