1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 12:51:08 +01:00

feat: factor out spacetime config

This commit is contained in:
2020-10-28 20:25:59 +01:00
parent 5efcb813f0
commit 2911972900
4 changed files with 11 additions and 12 deletions

7
configs/spacetime.nix Normal file
View File

@@ -0,0 +1,7 @@
{
time.timeZone = "Europe/Berlin";
location = {
latitude = 52.517;
longitude = 13.3872;
};
}