machines/asus-gl553vd: don't shutdown when power button is short-pressed
This commit is contained in:
parent
f22a3aff92
commit
38f6055b36
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.logind.extraConfig = ''
|
||||||
|
# don’t shutdown when power button is short-pressed
|
||||||
|
HandlePowerKey=ignore
|
||||||
|
'';
|
||||||
|
|
||||||
# Enable the Docker
|
# Enable the Docker
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue