mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
Disable suspend on lid close
This was more annoying than not due to having to re-establish an internet connection every time the lid was closed. Other advantages include the possibility to use the computer while closed.
This commit is contained in:
parent
3019400ff2
commit
c517b25312
@ -33,6 +33,9 @@
|
|||||||
DefaultTimeoutStopSec=10s
|
DefaultTimeoutStopSec=10s
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# logind
|
||||||
|
services.logind.lidSwitch = "ignore";
|
||||||
|
|
||||||
# timezone
|
# timezone
|
||||||
time.timeZone = "America/New_York";
|
time.timeZone = "America/New_York";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user