Use local timezone on workstations
This commit is contained in:
parent
597679ead1
commit
4d283f82e4
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue