mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-05 21:49:32 +01: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
|
||||
'';
|
||||
|
||||
# logind
|
||||
services.logind.lidSwitch = "ignore";
|
||||
|
||||
# timezone
|
||||
time.timeZone = "America/New_York";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user