Added nagpur and zurich to gammatep.

This commit is contained in:
vorboyvo 2025-09-11 11:21:39 -04:00
parent 8a54d0bc84
commit 2d3a9d0479

View file

@ -5,6 +5,16 @@ let
latitude = 45.4987; latitude = 45.4987;
longitude = -73.5703; longitude = -73.5703;
}; };
nagpur = {
# zero mile
latitude = 21.147399;
longitude = 79.080857;
};
zurich = {
# random spot
latitude = 74.21433;
longitude = 8.32245;
};
in in
{ {
services.gammastep = { services.gammastep = {