mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-05 17:42:39 -05:00
ignore power key presses
This commit is contained in:
parent
8d6a9cb5a1
commit
8e022d20cf
1 changed files with 7 additions and 1 deletions
|
|
@ -2,7 +2,13 @@
|
|||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
time.timeZone = lib.mkDefault "America/New_York";
|
||||
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
|
||||
|
||||
# Ignore power key presses
|
||||
services.logind.settings.Login = {
|
||||
HandlePowerKey = "ignore";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue