nix-conf/system/modules/time.nix
2024-03-26 23:45:56 +04:00

5 lines
50 B
Nix

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