2022-05-09 17:04:52 +02:00
|
|
|
# Configuration specifically for laptops that move around.
|
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
2022-11-29 18:23:37 +01:00
|
|
|
time.timeZone = "Europe/Moscow";
|
2022-06-14 15:06:28 +02:00
|
|
|
|
|
|
|
# Automatically detect location for redshift & so on ...
|
2022-05-10 16:17:03 +02:00
|
|
|
services.geoclue2.enable = true;
|
2022-05-09 17:04:52 +02:00
|
|
|
location.provider = "geoclue2";
|
|
|
|
|
|
|
|
# Enable power-saving features.
|
|
|
|
services.tlp.enable = true;
|
|
|
|
|
|
|
|
programs.light.enable = true;
|
|
|
|
}
|