nix-conf/system/time.nix
2024-03-24 23:16:17 +04:00

5 lines
50 B
Nix

{ ... }:
{
time.timeZone = "Asia/Tbilisi";
}