Use local timezone on workstations

This commit is contained in:
Jakob Lechner 2024-05-17 19:48:50 +02:00
parent 597679ead1
commit 4d283f82e4

View file

@ -1,3 +1,4 @@
{ lib, config, pkgs, ... }:
{
i18n = {
defaultLocale = "en_GB.UTF-8";
@ -8,7 +9,7 @@
console.keyMap = "neo";
time.timeZone = "UTC";
time.timeZone = if config.jalr.workstation.enable then "Europe/Berlin" else "UTC";
location = {
latitude = 49.5;