1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/configs/spacetime.nix

9 lines
134 B
Nix
Raw Normal View History

2020-10-28 20:25:59 +01:00
{
time.timeZone = "Europe/Berlin";
location = {
latitude = 52.517;
longitude = 13.3872;
2025-07-11 11:31:00 +02:00
provider = "geoclue2";
2020-10-28 20:25:59 +01:00
};
}