{
config,
pkgs,
...
}:
{
time.timeZone = "Europe/Berlin";
location = {
latitude = 52.586;
longitude = 13.300;
};
}
system/settings/configuration/berlin.nix (view raw)
system/settings/configuration/berlin.nix (view raw)
{
config,
pkgs,
...
}:
{
time.timeZone = "Europe/Berlin";
location = {
latitude = 52.586;
longitude = 13.300;
};
}