closing lid now correctly turns off monitor
This commit is contained in:
parent
54e7003bd1
commit
de41080169
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@
|
||||||
|
|
||||||
services.logind.extraConfig = ''
|
services.logind.extraConfig = ''
|
||||||
# don’t shutdown when power button is short-pressed
|
# don’t shutdown when power button is short-pressed
|
||||||
HandlePowerKey=lock
|
HandlePowerKey=suspend
|
||||||
'';
|
'';
|
||||||
services.logind.lidSwitch = "lock";
|
services.logind.lidSwitch = "suspend";
|
||||||
|
|
||||||
networking.hostName = "absol";
|
networking.hostName = "absol";
|
||||||
# networking.wireless.enable = true;
|
# networking.wireless.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue