nix-conf/system/modules/time.nix
2026-01-10 12:46:40 +08:00

5 lines
47 B
Nix
Executable file

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